GCC Middle and Back End API Reference
dwarf2asm.h
Go to the documentation of this file.
1/* Dwarf2 assembler output helper routines.
2 Copyright (C) 2001-2024 Free Software Foundation, Inc.
3
4This file is part of GCC.
5
6GCC is free software; you can redistribute it and/or modify it under
7the terms of the GNU General Public License as published by the Free
8Software Foundation; either version 3, or (at your option) any later
9version.
10
11GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12WARRANTY; without even the implied warranty of MERCHANTABILITY or
13FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14for more details.
15
16You should have received a copy of the GNU General Public License
17along with GCC; see the file COPYING3. If not see
18<http://www.gnu.org/licenses/>. */
19
20#ifndef GCC_DWARF2ASM_H
21#define GCC_DWARF2ASM_H
22
23extern void dw2_assemble_integer (int, rtx);
24
25extern void dw2_asm_output_data_raw (int, unsigned HOST_WIDE_INT);
26
27extern void dw2_asm_output_data (int, unsigned HOST_WIDE_INT,
28 const char *, ...)
30
31extern void dw2_asm_output_delta (int, const char *, const char *,
32 const char *, ...)
34
35extern void dw2_asm_output_vms_delta (int, const char *, const char *,
36 const char *, ...)
38
39extern void dw2_asm_output_offset (int, const char *, section *,
40 const char *, ...)
42
44 section *, const char *, ...)
46
47extern void dw2_asm_output_addr (int, const char *, const char *, ...)
49
50extern void dw2_asm_output_addr_rtx (int, rtx, const char *, ...)
52
54 const char *, ...)
56
57extern void dw2_asm_output_nstring (const char *, size_t,
58 const char *, ...)
60
62
64 const char *, ...)
66
68
70 const char *, ...)
72
74 const char *, ...)
76
78 const char *, ...)
80
85
88
89/* These are currently unused. */
90
91#if 0
92extern void dw2_asm_output_pcrel (int, const char *, const char *, ...)
94
96 const char *, ...)
98#endif
99
100#endif /* GCC_DWARF2ASM_H */
void dw2_asm_output_data_uleb128(unsigned HOST_WIDE_INT, const char *,...) ATTRIBUTE_NULL_PRINTF_2
Definition dwarf2asm.cc:667
void dw2_asm_output_data_sleb128(HOST_WIDE_INT, const char *,...) ATTRIBUTE_NULL_PRINTF_2
Definition dwarf2asm.cc:754
void dw2_asm_output_nstring(const char *, size_t, const char *,...) ATTRIBUTE_NULL_PRINTF_3
Definition dwarf2asm.cc:372
void dw2_asm_output_symname_uleb128(const char *, const char *,...) ATTRIBUTE_NULL_PRINTF_2
Definition dwarf2asm.cc:822
void dw2_asm_output_data_raw(int, unsigned HOST_WIDE_INT)
Definition dwarf2asm.cc:113
rtx dw2_force_const_mem(rtx, bool)
Definition dwarf2asm.cc:953
void dw2_asm_output_delta_uleb128(const char *, const char *, const char *,...) ATTRIBUTE_NULL_PRINTF_3
Definition dwarf2asm.cc:847
const char * eh_data_format_name(int)
Definition dwarf2asm.cc:487
void dw2_asm_output_encoded_addr_rtx(int, rtx, bool, const char *,...) ATTRIBUTE_NULL_PRINTF_4
Definition dwarf2asm.cc:1072
void dw2_asm_output_delta(int, const char *, const char *, const char *,...) ATTRIBUTE_NULL_PRINTF_4
Definition dwarf2asm.cc:177
void dw2_asm_output_data_sleb128_raw(HOST_WIDE_INT)
Definition dwarf2asm.cc:731
int size_of_uleb128(unsigned HOST_WIDE_INT)
Definition dwarf2asm.cc:426
int size_of_encoded_value(int)
Definition dwarf2asm.cc:464
void dw2_asm_output_vms_delta(int, const char *, const char *, const char *,...) ATTRIBUTE_NULL_PRINTF_4
void dw2_asm_output_offset(int, const char *, section *, const char *,...) ATTRIBUTE_NULL_PRINTF_4
Definition dwarf2asm.cc:235
void dw2_asm_output_data(int, unsigned HOST_WIDE_INT, const char *,...) ATTRIBUTE_NULL_PRINTF_3
Definition dwarf2asm.cc:141
void dw2_output_indirect_constants(void)
Definition dwarf2asm.cc:1051
void dw2_asm_output_data_uleb128_raw(unsigned HOST_WIDE_INT)
Definition dwarf2asm.cc:647
void dw2_assemble_integer(int, rtx)
Definition dwarf2asm.cc:47
int size_of_sleb128(HOST_WIDE_INT)
Definition dwarf2asm.cc:443
void dw2_asm_output_addr(int, const char *, const char *,...) ATTRIBUTE_NULL_PRINTF_3
Definition dwarf2asm.cc:323
void dw2_asm_output_addr_rtx(int, rtx, const char *,...) ATTRIBUTE_NULL_PRINTF_3
Definition dwarf2asm.cc:345
T * ggc_alloc(ALONE_CXX_MEM_STAT_INFO)
Definition ggc.h:184
Definition rtl.h:311
Definition output.h:514