HomeSort by: relevance | last modified time | path
    Searched defs:BLOCK_BEGIN_LABEL (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
vmsdbgout.cc 267 #ifndef BLOCK_BEGIN_LABEL
268 #define BLOCK_BEGIN_LABEL "LVBB"
1241 targetm.asm_out.internal_label (asm_out_file, BLOCK_BEGIN_LABEL, blocknum);
dwarf2out.cc 4280 #ifndef BLOCK_BEGIN_LABEL
4281 #define BLOCK_BEGIN_LABEL "LBB"
12017 ASM_GENERATE_INTERNAL_LABEL (blabel, BLOCK_BEGIN_LABEL, block_num);
12158 ASM_GENERATE_INTERNAL_LABEL (blabel, BLOCK_BEGIN_LABEL, block_num);
12288 ASM_GENERATE_INTERNAL_LABEL (blabel, BLOCK_BEGIN_LABEL, block_num);
24990 ASM_GENERATE_INTERNAL_LABEL (label, BLOCK_BEGIN_LABEL,
25061 ASM_GENERATE_INTERNAL_LABEL (label, BLOCK_BEGIN_LABEL,
27765 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, BLOCK_BEGIN_LABEL, blocknum);
  /src/external/gpl3/gcc.old/dist/gcc/
vmsdbgout.cc 267 #ifndef BLOCK_BEGIN_LABEL
268 #define BLOCK_BEGIN_LABEL "LVBB"
1241 targetm.asm_out.internal_label (asm_out_file, BLOCK_BEGIN_LABEL, blocknum);
dwarf2out.cc 4280 #ifndef BLOCK_BEGIN_LABEL
4281 #define BLOCK_BEGIN_LABEL "LBB"
11975 ASM_GENERATE_INTERNAL_LABEL (blabel, BLOCK_BEGIN_LABEL, block_num);
12116 ASM_GENERATE_INTERNAL_LABEL (blabel, BLOCK_BEGIN_LABEL, block_num);
12246 ASM_GENERATE_INTERNAL_LABEL (blabel, BLOCK_BEGIN_LABEL, block_num);
24870 ASM_GENERATE_INTERNAL_LABEL (label, BLOCK_BEGIN_LABEL,
24941 ASM_GENERATE_INTERNAL_LABEL (label, BLOCK_BEGIN_LABEL,
27625 ASM_OUTPUT_DEBUG_LABEL (asm_out_file, BLOCK_BEGIN_LABEL, blocknum);

Completed in 68 milliseconds