Searched refs:DwarfAccelTable (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.cpp | 27 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 …]
|
D | DwarfAccelTable.h | 68 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();
|
D | Android.mk | 16 DwarfAccelTable.cpp \ 41 DwarfAccelTable.cpp \
|
D | CMakeLists.txt | 7 DwarfAccelTable.cpp
|
D | DwarfDebug.cpp | 1976 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()
|
D | DwarfCompileUnit.cpp | 755 DwarfAccelTable::eTypeFlagClassIsImplementation : 0; in getOrCreateTypeDIE()
|