Home
last modified time | relevance | path

Searched refs:DWARF2_FLAG_BASIC_BLOCK (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/binutils/gas/
HDdwarf2dbg.h27 #define DWARF2_FLAG_BASIC_BLOCK (1 << 1) macro
HDdwarf2dbg.c389 current.flags &= ~(DWARF2_FLAG_BASIC_BLOCK in dwarf2_emit_insn()
417 loc.flags |= DWARF2_FLAG_BASIC_BLOCK; in dwarf2_emit_label()
419 current.flags &= ~(DWARF2_FLAG_BASIC_BLOCK in dwarf2_emit_label()
629 current.flags |= DWARF2_FLAG_BASIC_BLOCK; in dwarf2_directive_loc()
1163 if (e->loc.flags & DWARF2_FLAG_BASIC_BLOCK) in process_entries()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCDwarf.h69 #define DWARF2_FLAG_BASIC_BLOCK (1 << 1) macro
/NextBSD/contrib/llvm/lib/MC/
HDMCAsmStreamer.cpp921 if (Flags & DWARF2_FLAG_BASIC_BLOCK) in EmitDwarfLocDirective()
HDMCDwarf.cpp160 if (it->getFlags() & DWARF2_FLAG_BASIC_BLOCK) in EmitDwarfLineTable()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp2869 Flags |= DWARF2_FLAG_BASIC_BLOCK; in parseDirectiveLoc()
/NextBSD/contrib/binutils/gas/config/
HDtc-ia64.c1132 CURR_SLOT.debug_line.flags |= DWARF2_FLAG_BASIC_BLOCK; in ia64_flush_insns()
7034 md.slot[curr].debug_line.flags |= DWARF2_FLAG_BASIC_BLOCK; in emit_one_bundle()