Searched refs:DebugInfoContext (Results 1 – 2 of 2) 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