Home
last modified time | relevance | path

Searched refs:ASM_OUTPUT_DEBUG_LABEL (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddefaults.h179 #ifndef ASM_OUTPUT_DEBUG_LABEL
180 #define ASM_OUTPUT_DEBUG_LABEL(FILE, PREFIX, NUM) \ macro
Dfinal.cc2250 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, "LEHB", in final_scan_insn_1()
2255 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, "LEHE", in final_scan_insn_1()
2284 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, "LCFI", in final_scan_insn_1()
2390 ASM_OUTPUT_DEBUG_LABEL (file, "L", CODE_LABEL_NUMBER (insn)); in final_scan_insn_1()
2396 ASM_OUTPUT_DEBUG_LABEL (file, "LDL", CODE_LABEL_NUMBER (insn)); in final_scan_insn_1()
Ddwarf2out.cc1092 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, FUNC_BEGIN_LABEL, in dwarf2out_begin_prologue()
1159 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, PROLOGUE_END_LABEL, in dwarf2out_vms_end_prologue()
1182 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, EPILOGUE_BEGIN_LABEL, in dwarf2out_vms_begin_epilogue()
27606 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, BLOCK_BEGIN_LABEL, blocknum); in dwarf2out_begin_block()
27616 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, BLOCK_END_LABEL, blocknum); in dwarf2out_end_block()
28048 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, "LVL", loclabel_num); in dwarf2out_var_location()
28296 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, BLOCK_INLINE_ENTRY_LABEL, in dwarf2out_inline_entry()
Dasan.cc1446 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, "LASANPC", in asan_function_start()
DChangeLog-20004901 * defaults.h (ASM_OUTPUT_DEBUG_LABEL): New.
4902 * tm.texi (ASM_OUTPUT_DEBUG_LABEL): Document.
4903 * dwarf2out.c (dwarf2out_begin_block): Use ASM_OUTPUT_DEBUG_LABEL
4907 * config/ia64/ia64.h (ASM_OUTPUT_DEBUG_LABEL): Define.
DChangeLog-20081653 * config/mips/mips.h (ASM_OUTPUT_DEBUG_LABEL): Define.
DChangeLog-20036079 (ASM_OUTPUT_DEBUG_LABEL): Likewise.
DChangeLog-201927877 * dwarf2out.c (dwarf2out_inline_entry): Use ASM_OUTPUT_DEBUG_LABEL
DChangeLog-201012666 * dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.h1456 #define ASM_OUTPUT_DEBUG_LABEL(FILE, PREFIX, NUM) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.h2951 #define ASM_OUTPUT_DEBUG_LABEL(FILE, PREFIX, NUM) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in5708 @defmac ASM_OUTPUT_DEBUG_LABEL (@var{stream}, @var{prefix}, @var{num})
Dtm.texi8899 @defmac ASM_OUTPUT_DEBUG_LABEL (@var{stream}, @var{prefix}, @var{num})
Dgccint.info40742 -- Macro: ASM_OUTPUT_DEBUG_LABEL (STREAM, PREFIX, NUM)
54014 * ASM_OUTPUT_DEBUG_LABEL: Label Output. (line 398)