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

  /src/external/gpl3/gcc/dist/gcc/
vmsdbgout.cc 273 #ifndef LINE_CODE_LABEL
274 #define LINE_CODE_LABEL "LVM"
901 ASM_GENERATE_INTERNAL_LABEL (label, LINE_CODE_LABEL, i);
1391 targetm.asm_out.internal_label (asm_out_file, LINE_CODE_LABEL,
dwarf2out.cc 4289 #ifndef LINE_CODE_LABEL
4290 #define LINE_CODE_LABEL "LM"
12991 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val);
13009 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val);
13011 ASM_GENERATE_INTERNAL_LABEL (prev_label, LINE_CODE_LABEL, prev_addr->val);
28850 targetm.asm_out.internal_label (asm_out_file, LINE_CODE_LABEL, label_num);
  /src/external/gpl3/gcc.old/dist/gcc/
vmsdbgout.cc 273 #ifndef LINE_CODE_LABEL
274 #define LINE_CODE_LABEL "LVM"
901 ASM_GENERATE_INTERNAL_LABEL (label, LINE_CODE_LABEL, i);
1391 targetm.asm_out.internal_label (asm_out_file, LINE_CODE_LABEL,
dwarf2out.cc 4289 #ifndef LINE_CODE_LABEL
4290 #define LINE_CODE_LABEL "LM"
12949 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val);
12967 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val);
12969 ASM_GENERATE_INTERNAL_LABEL (prev_label, LINE_CODE_LABEL, prev_addr->val);
28710 targetm.asm_out.internal_label (asm_out_file, LINE_CODE_LABEL, label_num);

Completed in 72 milliseconds