Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
333 DILineInfo DL = DebugInfoContext->getLineInfoForDataAddress(ModuleOffset); in symbolizeData()
346 return DebugInfoContext->getLocalsForAddress(ModuleOffset); in symbolizeFrame()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h72 std::unique_ptr<DIContext> DebugInfoContext; variable