Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp44 Error AppleAcceleratorTable::extract() { in extract()
85 uint32_t AppleAcceleratorTable::getHeaderDataLength() { in getHeaderDataLength()
91 AppleAcceleratorTable::getAtomsDesc() { in getAtomsDesc()
95 bool AppleAcceleratorTable::validateForms() { in validateForms()
164 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()
259 AppleAcceleratorTable::Entry::Entry( in Entry()
260 const AppleAcceleratorTable::HeaderData &HdrData) in Entry()
267 void AppleAcceleratorTable::Entry::extract( in extract()
304 AppleAcceleratorTable::ValueIterator::ValueIterator( in ValueIterator()
315 void AppleAcceleratorTable::ValueIterator::Next() { in Next()
[all …]
H A DDWARFContext.cpp907 const AppleAcceleratorTable &DWARFContext::getAppleNames() { in getAppleNames()
912 const AppleAcceleratorTable &DWARFContext::getAppleTypes() { in getAppleTypes()
917 const AppleAcceleratorTable &DWARFContext::getAppleNamespaces() { in getAppleNamespaces()
923 const AppleAcceleratorTable &DWARFContext::getAppleObjC() { in getAppleObjC()
H A DDWARFVerifier.cpp873 AppleAcceleratorTable AccelTable(AccelSectionData, *StrData); in verifyAppleAccelTable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h67 std::unique_ptr<AppleAcceleratorTable> AppleNames;
68 std::unique_ptr<AppleAcceleratorTable> AppleTypes;
69 std::unique_ptr<AppleAcceleratorTable> AppleNamespaces;
70 std::unique_ptr<AppleAcceleratorTable> AppleObjC;
308 const AppleAcceleratorTable &getAppleNames();
311 const AppleAcceleratorTable &getAppleTypes();
314 const AppleAcceleratorTable &getAppleNamespaces();
317 const AppleAcceleratorTable &getAppleObjC();
H A DDWARFAcceleratorTable.h83 class AppleAcceleratorTable : public DWARFAcceleratorTable {
122 void extract(const AppleAcceleratorTable &AccelTable, uint64_t *Offset);
139 friend class AppleAcceleratorTable; variable
144 const AppleAcceleratorTable *AccelTable = nullptr;
161 ValueIterator(const AppleAcceleratorTable &AccelTable, uint64_t DataOffset);
180 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp370 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies()