Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp43 Error AppleAcceleratorTable::extract() { in extract()
84 uint32_t AppleAcceleratorTable::getHeaderDataLength() { in getHeaderDataLength()
90 AppleAcceleratorTable::getAtomsDesc() { in getAtomsDesc()
94 bool AppleAcceleratorTable::validateForms() { in validateForms()
163 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()
258 AppleAcceleratorTable::Entry::Entry( in Entry()
259 const AppleAcceleratorTable::HeaderData &HdrData) in Entry()
266 void AppleAcceleratorTable::Entry::extract( in extract()
303 AppleAcceleratorTable::ValueIterator::ValueIterator( in ValueIterator()
314 void AppleAcceleratorTable::ValueIterator::Next() { in Next()
[all …]
H A DDWARFContext.cpp945 const AppleAcceleratorTable &DWARFContext::getAppleNames() { in getAppleNames()
950 const AppleAcceleratorTable &DWARFContext::getAppleTypes() { in getAppleTypes()
955 const AppleAcceleratorTable &DWARFContext::getAppleNamespaces() { in getAppleNamespaces()
961 const AppleAcceleratorTable &DWARFContext::getAppleObjC() { in getAppleObjC()
H A DDWARFVerifier.cpp974 AppleAcceleratorTable AccelTable(AccelSectionData, *StrData); in verifyAppleAccelTable()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h32 class AppleAcceleratorTable; variable
62 std::unique_ptr<AppleAcceleratorTable> AppleNames;
63 std::unique_ptr<AppleAcceleratorTable> AppleTypes;
64 std::unique_ptr<AppleAcceleratorTable> AppleNamespaces;
65 std::unique_ptr<AppleAcceleratorTable> AppleObjC;
315 const AppleAcceleratorTable &getAppleNames();
318 const AppleAcceleratorTable &getAppleTypes();
321 const AppleAcceleratorTable &getAppleNamespaces();
324 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
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp386 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies()