Lines Matching refs:AppleAcceleratorTable

45 llvm::Error AppleAcceleratorTable::extract() {  in extract()
83 uint32_t AppleAcceleratorTable::getNumBuckets() { return Hdr.BucketCount; } in getNumBuckets()
84 uint32_t AppleAcceleratorTable::getNumHashes() { return Hdr.HashCount; } in getNumHashes()
85 uint32_t AppleAcceleratorTable::getSizeHdr() { return sizeof(Hdr); } in getSizeHdr()
86 uint32_t AppleAcceleratorTable::getHeaderDataLength() { in getHeaderDataLength()
90 ArrayRef<std::pair<AppleAcceleratorTable::HeaderData::AtomType,
91 AppleAcceleratorTable::HeaderData::Form>>
92 AppleAcceleratorTable::getAtomsDesc() { in getAtomsDesc()
96 bool AppleAcceleratorTable::validateForms() { in validateForms()
116 AppleAcceleratorTable::readAtoms(uint32_t &HashDataOffset) { in readAtoms()
138 void AppleAcceleratorTable::Header::dump(ScopedPrinter &W) const { in dump()
148 Optional<uint64_t> AppleAcceleratorTable::HeaderData::extractOffset( in extractOffset()
165 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()
204 LLVM_DUMP_METHOD void AppleAcceleratorTable::dump(raw_ostream &OS) const { in dump()
260 AppleAcceleratorTable::Entry::Entry( in Entry()
261 const AppleAcceleratorTable::HeaderData &HdrData) in Entry()
268 void AppleAcceleratorTable::Entry::extract( in extract()
269 const AppleAcceleratorTable &AccelTable, uint32_t *Offset) { in extract()
278 AppleAcceleratorTable::Entry::lookup(HeaderData::AtomType Atom) const { in lookup()
288 Optional<uint64_t> AppleAcceleratorTable::Entry::getDIESectionOffset() const { in getDIESectionOffset()
292 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset()
296 Optional<dwarf::Tag> AppleAcceleratorTable::Entry::getTag() const { in getTag()
305 AppleAcceleratorTable::ValueIterator::ValueIterator( in ValueIterator()
306 const AppleAcceleratorTable &AccelTable, unsigned Offset) in ValueIterator()
316 void AppleAcceleratorTable::ValueIterator::Next() { in Next()
329 iterator_range<AppleAcceleratorTable::ValueIterator>
330 AppleAcceleratorTable::equal_range(StringRef Key) const { in equal_range()