Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp691 RecordLoc Loc = DWARFCtx->SourceLocs.lookup(SymCtx.SymbolName); in visitSymbolInDylib()
757 assert(DWARFCtx != nullptr && "Expected an initialized DWARFContext"); in accumulateSrcLocForDylibSymbols()
758 if (DWARFCtx->ParsedDSYM) in accumulateSrcLocForDylibSymbols()
760 DWARFCtx->ParsedDSYM = true; in accumulateSrcLocForDylibSymbols()
761 DWARFCtx->SourceLocs = in accumulateSrcLocForDylibSymbols()
797 DWARFCtx = &DWARFInfo; in verifyRemainingSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp82 std::unique_ptr<DWARFContext> DWARFCtx = DWARFContext::create(Obj); in getDWOFilenames() local
85 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/clang/include/clang/InstallAPI/
H A DDylibVerifier.h220 DWARFContext *DWARFCtx = nullptr; variable