Searched refs:DebugInfoContext (Results 1 – 2 of 2) sorted by relevance
87 : Module(Obj), DebugInfoContext(std::move(DICtx)) {} in SymbolizableObjectFile()218 isa<DWARFContext>(DebugInfoContext.get()); in shouldOverrideWithSymbolTable()225 if (DebugInfoContext) { in symbolizeCode()226 LineInfo = DebugInfoContext->getLineInfoForAddress( in symbolizeCode()245 if (DebugInfoContext) in symbolizeInlinedCode()246 InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode()
67 std::unique_ptr<DIContext> DebugInfoContext; variable