Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.cpp47 : Module(Obj), DebugInfoContext(DICtx) { in ModuleInfo()
147 if (DebugInfoContext) { in symbolizeCode()
148 LineInfo = DebugInfoContext->getLineInfoForAddress( in symbolizeCode()
166 if (DebugInfoContext) { in symbolizeInlinedCode()
167 InlinedContext = DebugInfoContext->getInliningInfoForAddress( in symbolizeInlinedCode()
DLLVMSymbolize.h125 std::unique_ptr<DIContext> DebugInfoContext; variable