Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/gas/
Ddwarf2dbg.h27 #define DWARF2_FLAG_BASIC_BLOCK (1 << 1) macro
Ddwarf2dbg.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()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCDwarf.h89 #define DWARF2_FLAG_BASIC_BLOCK (1 << 1) macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCDwarf.cpp208 if (LineEntry.getFlags() & DWARF2_FLAG_BASIC_BLOCK) in emitDwarfLineTable()
DMCAsmStreamer.cpp1586 if (Flags & DWARF2_FLAG_BASIC_BLOCK) in emitDwarfLocDirective()
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp3640 Flags |= DWARF2_FLAG_BASIC_BLOCK; in parseDirectiveLoc()
DMasmParser.cpp5014 Flags |= DWARF2_FLAG_BASIC_BLOCK; in parseDirectiveLoc()