Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h24 template <typename DataT> class AccelTable; variable
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp267 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.cpp974 AppleAcceleratorTable AccelTable(AccelSectionData, *StrData); in verifyAppleAccelTable() local
1074 DWARFVerifier::verifyDebugNamesCULists(const DWARFDebugNames &AccelTable) { in verifyDebugNamesCULists()
1570 DWARFDebugNames AccelTable(AccelSectionData, StrData); in verifyDebugNames() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAccelTable.h197 AccelTable() : AccelTableBase(DataT::hash) {} in AccelTable() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h145 const AppleAcceleratorTable *AccelTable = nullptr; variable