Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp93 : Module(Obj), DebugInfoContext(std::move(DICtx)), in SymbolizableObjectFile()
270 isa<DWARFContext>(DebugInfoContext.get()); in shouldOverrideWithSymbolTable()
281 DebugInfoContext->getLineInfoForAddress(ModuleOffset, LineInfoSpecifier); in symbolizeCode()
304 DIInliningInfo InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode()
338 DILineInfo DL = DebugInfoContext->getLineInfoForDataAddress(ModuleOffset); in symbolizeData()
351 return DebugInfoContext->getLocalsForAddress(ModuleOffset); in symbolizeFrame()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h74 std::unique_ptr<DIContext> DebugInfoContext; variable