Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp51 Hdr.Magic = AccelSection.getU32(&Offset); in extract()
52 Hdr.Version = AccelSection.getU16(&Offset); in extract()
53 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()
54 Hdr.BucketCount = AccelSection.getU32(&Offset); in extract()
55 Hdr.HashCount = AccelSection.getU32(&Offset); in extract()
56 Hdr.HeaderDataLength = AccelSection.getU32(&Offset); in extract()
67 uint32_t NumAtoms = AccelSection.getU32(&Offset); in extract()
242 unsigned Index = AccelSection.getU32(&Offset); in dump()
368 if (DataOffset >= AccelSection.size()) in equal_range()
689 return Section.AccelSection.getU64(&Offset); in getForeignTUSignature()
[all …]
H A DDWARFVerifier.cpp990 unsigned DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable() argument
994 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable()
1632 unsigned DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames() argument
1635 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames()
H A DDWARFContext.cpp198 DWARFDataExtractor AccelSection(Obj, Section, IsLittleEndian, 0); in getAccelTable() local
200 Cache = std::make_unique<T>(AccelSection, StrData); in getAccelTable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h34 DWARFDataExtractor AccelSection;
78 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable() argument
80 : AccelSection(AccelSection), StringSection(StringSection) {} in DWARFAcceleratorTable()
309 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() argument
311 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable()
744 DWARFDebugNames(const DWARFDataExtractor &AccelSection, in DWARFDebugNames() argument
746 : DWARFAcceleratorTable(AccelSection, StringSection) {} in DWARFDebugNames()
H A DDWARFVerifier.h248 unsigned verifyAppleAccelTable(const DWARFSection *AccelSection,
281 unsigned verifyDebugNames(const DWARFSection &AccelSection,