Home
last modified time | relevance | path

Searched refs:DumpNonSkeleton (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp40 if (DumpOpts.DumpNonSkeleton) { in dump()
/src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp192 static opt<bool> DumpNonSkeleton( variable
351 DumpOpts.DumpNonSkeleton = DumpNonSkeleton; in getDumpOpts()
443 if (DumpNonSkeleton) { in filterByName()
552 auto DIEsForAddr = DICtx.getDIEsForAddress(Lookup, DumpNonSkeleton); in lookup()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h207 bool DumpNonSkeleton = false; member