Searched refs:diContext (Results 1 - 2 of 2) sorted by path

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6556 std::unique_ptr<DIContext> diContext; local
6576 diContext.reset(new DWARFContextInMemory(*DbgObj));
6822 if (diContext) {
6823 DILineInfo dli = diContext->getLineInfoForAddress(PC);
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMachODump.cpp345 OwningPtr<DIContext> diContext; local
392 diContext.reset(DIContext::getDWARFContext(DbgInfoObj->isLittleEndian(),
462 if (diContext) {
464 diContext->getLineInfoForAddress(Sections[SectIdx].Address +
598 if (diContext) {
600 diContext->getLineInfoForAddress(Sections[SectIdx].Address +

Completed in 384 milliseconds