Home
last modified time | relevance | path

Searched defs:AccelSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h87 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable()
318 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable()
822 DWARFDebugNames(const DWARFDataExtractor &AccelSection, in DWARFDebugNames()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1135 void DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable()
1986 void DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames()
H A DDWARFContext.cpp196 DWARFDataExtractor AccelSection(Obj, Section, IsLittleEndian, 0); in getAccelTable() local