Searched defs:AccelSection (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 40 DataExtractor AccelSection; variable 44 DWARFAcceleratorTable(DataExtractor AccelSection, DataExtractor StringSection, in DWARFAcceleratorTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 70 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable() 174 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() 579 DWARFDebugNames(const DWARFDataExtractor &AccelSection, in DWARFDebugNames()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 682 unsigned DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable() 1286 unsigned DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames()
|
D | DWARFAcceleratorTable.cpp | 317 auto &AccelSection = AccelTable->AccelSection; in Next() local
|
D | DWARFContext.cpp | 772 DWARFDataExtractor AccelSection(Obj, Section, IsLittleEndian, 0); in getAccelTable() local
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 69 DataExtractor AccelSection(Section.Data, LittleEndian, 0); in dumpAccelSection() local
|