Searched refs:DWARFCtx (Results 1 – 4 of 4) sorted by relevance
691 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()
82 std::unique_ptr<DWARFContext> DWARFCtx = DWARFContext::create(Obj); in getDWOFilenames() local85 for (const auto &CU : DWARFCtx->compile_units()) { in getDWOFilenames()
93 DWARFYAML::DWARFContext DWARFCtx; in mapping() local94 IO.setContext(&DWARFCtx); in mapping()101 DWARFCtx.IsGNUPubSec = true; in mapping()
220 DWARFContext *DWARFCtx = nullptr; variable