Home
last modified time | relevance | path

Searched refs:DebugInfoContext (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp73 : 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()
DSymbolizableObjectFile.h61 std::unique_ptr<DIContext> DebugInfoContext; variable