Searched refs:ASM_OUTPUT_DEBUG_LABEL (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | defaults.h | 179 #ifndef ASM_OUTPUT_DEBUG_LABEL 180 #define ASM_OUTPUT_DEBUG_LABEL(FILE, PREFIX, NUM) \ macro
|
| D | final.cc | 2250 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()
|
| D | dwarf2out.cc | 1092 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()
|
| D | asan.cc | 1446 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, "LASANPC", in asan_function_start()
|
| D | ChangeLog-2000 | 4901 * 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.
|
| D | ChangeLog-2008 | 1653 * config/mips/mips.h (ASM_OUTPUT_DEBUG_LABEL): Define.
|
| D | ChangeLog-2003 | 6079 (ASM_OUTPUT_DEBUG_LABEL): Likewise.
|
| D | ChangeLog-2019 | 27877 * dwarf2out.c (dwarf2out_inline_entry): Use ASM_OUTPUT_DEBUG_LABEL
|
| D | ChangeLog-2010 | 12666 * dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | ia64.h | 1456 #define ASM_OUTPUT_DEBUG_LABEL(FILE, PREFIX, NUM) \ macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.h | 2951 #define ASM_OUTPUT_DEBUG_LABEL(FILE, PREFIX, NUM) \ macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | tm.texi.in | 5708 @defmac ASM_OUTPUT_DEBUG_LABEL (@var{stream}, @var{prefix}, @var{num})
|
| D | tm.texi | 8899 @defmac ASM_OUTPUT_DEBUG_LABEL (@var{stream}, @var{prefix}, @var{num})
|
| D | gccint.info | 40742 -- Macro: ASM_OUTPUT_DEBUG_LABEL (STREAM, PREFIX, NUM) 54014 * ASM_OUTPUT_DEBUG_LABEL: Label Output. (line 398)
|