Searched refs:DebugInfoContext (Results 1 – 2 of 2) sorted by relevance
93 : Module(Obj), DebugInfoContext(std::move(DICtx)), in SymbolizableObjectFile()270 isa<DWARFContext>(DebugInfoContext.get()); in shouldOverrideWithSymbolTable()281 DebugInfoContext->getLineInfoForAddress(ModuleOffset, LineInfoSpecifier); in symbolizeCode()304 DIInliningInfo InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode()338 DILineInfo DL = DebugInfoContext->getLineInfoForDataAddress(ModuleOffset); in symbolizeData()351 return DebugInfoContext->getLocalsForAddress(ModuleOffset); in symbolizeFrame()
74 std::unique_ptr<DIContext> DebugInfoContext; variable