Home
last modified time | relevance | path

Searched refs:DisplayRawContents (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAddressRange.cpp20 OS << (DumpOpts.DisplayRawContents ? " " : "["); in dump()
24 OS << (DumpOpts.DisplayRawContents ? "" : ")"); in dump()
H A DDWARFDebugLoc.cpp136 if (!Loc || DumpOpts.DisplayRawContents) in dumpLocationList()
141 if (DumpOpts.DisplayRawContents) in dumpLocationList()
145 RangeDumpOpts.DisplayRawContents = false; in dumpLocationList()
H A DDWARFDebugRnglists.cpp183 DumpOpts.DisplayRawContents = true; in dump()
H A DDWARFContext.cpp420 LLDumpOpts.DisplayRawContents = true; in dump()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h201 bool DisplayRawContents = false; member