Home
last modified time | relevance | path

Searched defs:AccelTable (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp268 const AppleAcceleratorTable &AccelTable, uint64_t *Offset) { in extract()
305 const AppleAcceleratorTable &AccelTable, uint64_t Offset) in ValueIterator()
875 DWARFDebugNames::ValueIterator::ValueIterator(const DWARFDebugNames &AccelTable, in ValueIterator()
H A DDWARFVerifier.cpp873 AppleAcceleratorTable AccelTable(AccelSectionData, *StrData); in verifyAppleAccelTable() local
973 DWARFVerifier::verifyDebugNamesCULists(const DWARFDebugNames &AccelTable) { in verifyDebugNamesCULists()
1470 DWARFDebugNames AccelTable(AccelSectionData, StrData); in verifyDebugNames() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h199 AccelTable() : AccelTableBase(DataT::hash) {} in AccelTable() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h144 const AppleAcceleratorTable *AccelTable = nullptr; variable