Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h78 DWARFAcceleratorTable(const DWARFDataExtractor & AccelSection,DataExtractor StringSection) DWARFAcceleratorTable() argument
309 AppleAcceleratorTable(const DWARFDataExtractor & AccelSection,DataExtractor StringSection) AppleAcceleratorTable() argument
744 DWARFDebugNames(const DWARFDataExtractor & AccelSection,DataExtractor StringSection) DWARFDebugNames() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp990 verifyAppleAccelTable(const DWARFSection * AccelSection,DataExtractor * StrData,const char * SectionName) verifyAppleAccelTable() argument
1632 verifyDebugNames(const DWARFSection & AccelSection,const DataExtractor & StrData) verifyDebugNames() argument
H A DDWARFContext.cpp198 DWARFDataExtractor AccelSection(Obj, Section, IsLittleEndian, 0); in getAccelTable() local