Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp45 llvm::Error AppleAcceleratorTable::extract() { in extract()
86 uint32_t AppleAcceleratorTable::getHeaderDataLength() { in getHeaderDataLength()
92 AppleAcceleratorTable::getAtomsDesc() { in getAtomsDesc()
96 bool AppleAcceleratorTable::validateForms() { in validateForms()
165 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()
260 AppleAcceleratorTable::Entry::Entry( in Entry()
261 const AppleAcceleratorTable::HeaderData &HdrData) in Entry()
268 void AppleAcceleratorTable::Entry::extract( in extract()
305 AppleAcceleratorTable::ValueIterator::ValueIterator( in ValueIterator()
316 void AppleAcceleratorTable::ValueIterator::Next() { in Next()
[all …]
H A DDWARFContext.cpp815 const AppleAcceleratorTable &DWARFContext::getAppleNames() { in getAppleNames()
820 const AppleAcceleratorTable &DWARFContext::getAppleTypes() { in getAppleTypes()
825 const AppleAcceleratorTable &DWARFContext::getAppleNamespaces() { in getAppleNamespaces()
831 const AppleAcceleratorTable &DWARFContext::getAppleObjC() { in getAppleObjC()
H A DDWARFVerifier.cpp836 AppleAcceleratorTable AccelTable(AccelSectionData, *StrData); in verifyAppleAccelTable()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h72 std::unique_ptr<AppleAcceleratorTable> AppleNames;
73 std::unique_ptr<AppleAcceleratorTable> AppleTypes;
74 std::unique_ptr<AppleAcceleratorTable> AppleNamespaces;
75 std::unique_ptr<AppleAcceleratorTable> AppleObjC;
283 const AppleAcceleratorTable &getAppleNames();
286 const AppleAcceleratorTable &getAppleTypes();
289 const AppleAcceleratorTable &getAppleNamespaces();
292 const AppleAcceleratorTable &getAppleObjC();
H A DDWARFAcceleratorTable.h84 class AppleAcceleratorTable : public DWARFAcceleratorTable {
123 void extract(const AppleAcceleratorTable &AccelTable, uint32_t *Offset);
140 friend class AppleAcceleratorTable; variable
145 const AppleAcceleratorTable *AccelTable = nullptr;
155 ValueIterator(const AppleAcceleratorTable &AccelTable, unsigned DataOffset);
174 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() function
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp325 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies()