Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp87 : Module(Obj), DebugInfoContext(std::move(DICtx)) {} in SymbolizableObjectFile()
218 isa<DWARFContext>(DebugInfoContext.get()); in shouldOverrideWithSymbolTable()
225 if (DebugInfoContext) { in symbolizeCode()
226 LineInfo = DebugInfoContext->getLineInfoForAddress( in symbolizeCode()
245 if (DebugInfoContext) in symbolizeInlinedCode()
246 InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode()
H A DSymbolizableObjectFile.h67 std::unique_ptr<DIContext> DebugInfoContext; variable