Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp254 DWARFDebugAddrTable AddrTable; in dumpAddrSection() local
256 if (Error Err = AddrTable.extract(AddrData, &Offset, Version, AddrSize, in dumpAddrSection()
261 if (!AddrTable.hasValidLength()) in dumpAddrSection()
263 uint64_t Length = AddrTable.getLength(); in dumpAddrSection()
266 AddrTable.dump(OS, DumpOpts); in dumpAddrSection()