Home
last modified time | relevance | path

Searched refs:DWARFAcceleratorTable (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h32 class DWARFAcceleratorTable {
70 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable() function
73 virtual ~DWARFAcceleratorTable();
78 DWARFAcceleratorTable(const DWARFAcceleratorTable &) = delete;
79 void operator=(const DWARFAcceleratorTable &) = delete;
84 class AppleAcceleratorTable : public DWARFAcceleratorTable {
117 class Entry final : public DWARFAcceleratorTable::Entry {
176 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable()
225 class DWARFDebugNames : public DWARFAcceleratorTable {
281 class Entry final : public DWARFAcceleratorTable::Entry {
[all …]
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h20 class DWARFAcceleratorTable {
44 DWARFAcceleratorTable(DataExtractor AccelSection, DataExtractor StringSection, in DWARFAcceleratorTable() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp17 bool DWARFAcceleratorTable::extract() { in extract()
49 void DWARFAcceleratorTable::dump(raw_ostream &OS) const { in dump()
DCMakeLists.txt3 DWARFAcceleratorTable.cpp
DDWARFContext.cpp72 DWARFAcceleratorTable Accel(AccelSection, StrData, Section.Relocs); in dumpAccelSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DCMakeLists.txt4 DWARFAcceleratorTable.cpp
DDWARFAcceleratorTable.cpp42 DWARFAcceleratorTable::~DWARFAcceleratorTable() = default;