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