Searched refs:DebugInfoContext (Results 1 – 2 of 2) sorted by relevance
72 : Module(Obj), DebugInfoContext(std::move(DICtx)) {} in SymbolizableObjectFile()197 isa<DWARFContext>(DebugInfoContext.get()); in shouldOverrideWithSymbolTable()204 if (DebugInfoContext) { in symbolizeCode()205 LineInfo = DebugInfoContext->getLineInfoForAddress( in symbolizeCode()224 if (DebugInfoContext) in symbolizeInlinedCode()225 InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode()
61 std::unique_ptr<DIContext> DebugInfoContext; variable