Searched refs:LLDumpOpts (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 415 DIDumpOptions LLDumpOpts = DumpOpts; in dump() local 416 if (LLDumpOpts.Verbose) in dump() 417 LLDumpOpts.DisplayRawContents = true; in dump() 421 getDebugLoc()->dump(OS, getRegisterInfo(), *DObj, LLDumpOpts, *Off); in dump() 428 dumpLoclistsSection(OS, LLDumpOpts, Data, getRegisterInfo(), *DObj, *Off); in dump() 435 dumpLoclistsSection(OS, LLDumpOpts, Data, getRegisterInfo(), *DObj, *Off); in dump() 448 LLDumpOpts, /*Indent=*/0); in dump() 452 LLDumpOpts); in dump()
|