Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp710 RecordLoc Loc = DWARFCtx->SourceLocs.lookup(SymCtx.SymbolName); in visitSymbolInDylib()
775 assert(DWARFCtx != nullptr && "Expected an initialized DWARFContext"); in accumulateSrcLocForDylibSymbols()
776 if (DWARFCtx->ParsedDSYM) in accumulateSrcLocForDylibSymbols()
778 DWARFCtx->ParsedDSYM = true; in accumulateSrcLocForDylibSymbols()
779 DWARFCtx->SourceLocs = in accumulateSrcLocForDylibSymbols()
815 DWARFCtx = &DWARFInfo; in verifyRemainingSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp84 std::unique_ptr<DWARFContext> DWARFCtx = DWARFContext::create(Obj); in getDWOFilenames() local
87 for (const auto &CU : DWARFCtx->compile_units()) { in getDWOFilenames()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp93 DWARFYAML::DWARFContext DWARFCtx; in mapping() local
94 IO.setContext(&DWARFCtx); in mapping()
101 DWARFCtx.IsGNUPubSec = true; in mapping()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp159 auto DWARFCtx = in startSynthesis() local
169 if (auto Err = P.parse(DebugLineData, &Offset, consumeError, *DWARFCtx)) { in startSynthesis()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h242 DWARFContext *DWARFCtx = nullptr; variable