Home
last modified time | relevance | path

Searched refs:ShowAddresses (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp62 if (!DumpOpts.ShowAddresses) in dumpRanges()
169 if (DumpOpts.ShowAddresses) { in dumpAttribute()
189 std::string Space = DumpOpts.ShowAddresses ? " " : ""; in dumpAttribute()
592 if (DumpOpts.ShowAddresses) in dump()
H A DDWARFFormValue.cpp385 raw_ostream &AddrOS = DumpOpts.ShowAddresses in dump()
574 if (DumpOpts.ShowAddresses) in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h199 bool ShowAddresses = true; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp345 DumpOpts.ShowAddresses = !Diff; in getDumpOpts()