Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h86 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable() argument
317 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() argument
809 DWARFDebugNames(const DWARFDataExtractor & AccelSection,DataExtractor StringSection) DWARFDebugNames() argument
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1102 verifyAppleAccelTable(const DWARFSection * AccelSection,DataExtractor * StrData,const char * SectionName) verifyAppleAccelTable() argument
1815 verifyDebugNames(const DWARFSection & AccelSection,const DataExtractor & StrData) verifyDebugNames() argument
H A DDWARFContext.cpp198 Cache = std::make_unique<T>(AccelSection, StrData); in getAccelTable() local