Home
last modified time | relevance | path

Searched refs:DwarfAccelTable (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp27 const char *DwarfAccelTable::Atom::AtomTypeString(enum AtomType AT) { in AtomTypeString()
40 DwarfAccelTable::DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom> atomList) : in DwarfAccelTable() function in DwarfAccelTable
45 DwarfAccelTable::~DwarfAccelTable() { } in ~DwarfAccelTable()
47 void DwarfAccelTable::AddName(StringRef Name, DIE* die, char Flags) { in AddName()
55 void DwarfAccelTable::ComputeBucketCount(void) { in ComputeBucketCount()
74 static bool compareDIEs(const DwarfAccelTable::HashDataContents *A, in compareDIEs()
75 const DwarfAccelTable::HashDataContents *B) { in compareDIEs()
79 void DwarfAccelTable::FinalizeTable(AsmPrinter *Asm, const char *Prefix) { in FinalizeTable()
110 void DwarfAccelTable::EmitHeader(AsmPrinter *Asm) { in EmitHeader()
138 void DwarfAccelTable::EmitBuckets(AsmPrinter *Asm) { in EmitBuckets()
[all …]
DDwarfAccelTable.h68 class DwarfAccelTable {
218 HashValue = DwarfAccelTable::HashDJB(S); in HashData()
240 DwarfAccelTable(const DwarfAccelTable&) LLVM_DELETED_FUNCTION;
241 void operator=(const DwarfAccelTable&) LLVM_DELETED_FUNCTION;
271 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);
272 ~DwarfAccelTable();
DAndroid.mk16 DwarfAccelTable.cpp \
41 DwarfAccelTable.cpp \
DCMakeLists.txt7 DwarfAccelTable.cpp
DDwarfDebug.cpp1976 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset, in emitAccelNames()
2005 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset, in emitAccelObjC()
2033 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset, in emitAccelNamespaces()
2061 std::vector<DwarfAccelTable::Atom> Atoms; in emitAccelTypes()
2062 Atoms.push_back(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset, in emitAccelTypes()
2064 Atoms.push_back(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeTag, in emitAccelTypes()
2066 Atoms.push_back(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeTypeFlags, in emitAccelTypes()
2068 DwarfAccelTable AT(Atoms); in emitAccelTypes()
DDwarfCompileUnit.cpp755 DwarfAccelTable::eTypeFlagClassIsImplementation : 0; in getOrCreateTypeDIE()