Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp93 : Module(Obj), DebugInfoContext(std::move(DICtx)), in SymbolizableObjectFile()
265 isa<DWARFContext>(DebugInfoContext.get()); in shouldOverrideWithSymbolTable()
276 DebugInfoContext->getLineInfoForAddress(ModuleOffset, LineInfoSpecifier); in symbolizeCode()
299 DIInliningInfo InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode()
338 return DebugInfoContext->getLocalsForAddress(ModuleOffset); in symbolizeFrame()
H A DSymbolizableObjectFile.h72 std::unique_ptr<DIContext> DebugInfoContext; variable