Searched refs:AccelSection (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 52 Hdr.Magic = AccelSection.getU32(&Offset); in extract() 53 Hdr.Version = AccelSection.getU16(&Offset); in extract() 54 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract() 55 Hdr.BucketCount = AccelSection.getU32(&Offset); in extract() 56 Hdr.HashCount = AccelSection.getU32(&Offset); in extract() 70 uint32_t NumAtoms = AccelSection.getU32(&Offset); in extract() 73 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() 231 unsigned Index = AccelSection.getU32(&Offset); in dump() 317 auto &AccelSection = AccelTable->AccelSection; in Next() local 607 return Section.AccelSection.getU64(&Offset); in getForeignTUSignature() [all …]
|
| H A D | DWARFVerifier.cpp | 867 unsigned DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable() argument 871 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable() 1465 unsigned DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames() argument 1468 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames()
|
| H A D | DWARFContext.cpp | 894 DWARFDataExtractor AccelSection(Obj, Section, IsLittleEndian, 0); in getAccelTable() local 896 Cache.reset(new T(AccelSection, StrData)); in getAccelTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 33 DWARFDataExtractor AccelSection; 69 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable() argument 71 : AccelSection(AccelSection), StringSection(StringSection) {} in DWARFAcceleratorTable() 180 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() argument 182 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable() 591 DWARFDebugNames(const DWARFDataExtractor &AccelSection, in DWARFDebugNames() argument 593 : DWARFAcceleratorTable(AccelSection, StringSection) {} in DWARFDebugNames()
|
| H A D | DWARFVerifier.h | 253 unsigned verifyAppleAccelTable(const DWARFSection *AccelSection, 286 unsigned verifyDebugNames(const DWARFSection &AccelSection,
|