Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp347 MachOObject *DbgInfoObj = MachOObj.get(); in DisassembleInputMachO() local
369 DbgInfoObj = DSYMObj.get(); in DisassembleInputMachO()
375 DebugAbbrevSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset, in DisassembleInputMachO()
378 DebugInfoSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset, in DisassembleInputMachO()
381 DebugArangesSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset, in DisassembleInputMachO()
384 DebugLineSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset, in DisassembleInputMachO()
387 DebugStrSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset, in DisassembleInputMachO()
392 diContext.reset(DIContext::getDWARFContext(DbgInfoObj->isLittleEndian(), in DisassembleInputMachO()