Home
last modified time | relevance | path

Searched refs:AccelSection (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp53 Hdr.Magic = AccelSection.getU32(&Offset); in extract()
54 Hdr.Version = AccelSection.getU16(&Offset); in extract()
55 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()
56 Hdr.BucketCount = AccelSection.getU32(&Offset); in extract()
57 Hdr.HashCount = AccelSection.getU32(&Offset); in extract()
71 uint32_t NumAtoms = AccelSection.getU32(&Offset); in extract()
74 uint16_t AtomType = AccelSection.getU16(&Offset); in extract()
232 unsigned Index = AccelSection.getU32(&Offset); in dump()
318 auto &AccelSection = AccelTable->AccelSection; in Next() local
595 return Section.AccelSection.getU64(&Offset); in getForeignTUSignature()
[all …]
H A DDWARFVerifier.cpp830 unsigned DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable() argument
834 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable()
1440 unsigned DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames() argument
1443 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames()
H A DDWARFContext.cpp802 DWARFDataExtractor AccelSection(Obj, Section, IsLittleEndian, 0); in getAccelTable() local
804 Cache.reset(new T(AccelSection, StrData)); in getAccelTable()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h34 DWARFDataExtractor AccelSection;
70 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable() argument
72 : AccelSection(AccelSection), StringSection(StringSection) {} in DWARFAcceleratorTable()
174 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() argument
176 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable()
579 DWARFDebugNames(const DWARFDataExtractor &AccelSection, in DWARFDebugNames() argument
581 : DWARFAcceleratorTable(AccelSection, StringSection) {} in DWARFDebugNames()
H A DDWARFVerifier.h254 unsigned verifyAppleAccelTable(const DWARFSection *AccelSection,
287 unsigned verifyDebugNames(const DWARFSection &AccelSection,