Searched refs:DebugInfoContext (Results 1 – 6 of 6) sorted by relevance
73 : Module(Obj), DebugInfoContext(std::move(DICtx)) {} in SymbolizableObjectFile()201 isa<DWARFContext>(DebugInfoContext.get()); in shouldOverrideWithSymbolTable()208 if (DebugInfoContext) { in symbolizeCode()209 LineInfo = DebugInfoContext->getLineInfoForAddress( in symbolizeCode()228 if (DebugInfoContext) in symbolizeInlinedCode()229 InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode()
61 std::unique_ptr<DIContext> DebugInfoContext; variable
97 : Module(Obj), DebugInfoContext(std::move(DICtx)), in SymbolizableObjectFile()236 isa<DWARFContext>(DebugInfoContext.get()); in shouldOverrideWithSymbolTable()247 DebugInfoContext->getLineInfoForAddress(ModuleOffset, LineInfoSpecifier); in symbolizeCode()267 DIInliningInfo InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode()301 return DebugInfoContext->getLocalsForAddress(ModuleOffset); in symbolizeFrame()
72 std::unique_ptr<DIContext> DebugInfoContext; variable
110 : Module(Obj), DebugInfoContext(std::move(DICtx)), in SymbolizableObjectFile()249 isa<DWARFContext>(DebugInfoContext.get()); in shouldOverrideWithSymbolTable()259 DILineInfo LineInfo = DebugInfoContext->getLineInfoForAddress( in symbolizeCode()280 DIInliningInfo InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode()314 return DebugInfoContext->getLocalsForAddress(ModuleOffset); in symbolizeFrame()
73 std::unique_ptr<DIContext> DebugInfoContext; variable