Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp266 DWARFDebugAddrTable AddrTable; in dumpAddrSection() local
268 if (Error Err = AddrTable.extract(AddrData, &Offset, Version, in dumpAddrSection()
273 if (!AddrTable.hasValidLength()) in dumpAddrSection()
275 uint64_t Length = AddrTable.getLength(); in dumpAddrSection()
278 AddrTable.dump(OS, DumpOpts); in dumpAddrSection()