Home
last modified time | relevance | path

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

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