Home
last modified time | relevance | path

Searched refs:AtomTypeString (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h154 static const char * AtomTypeString(enum AtomType);
157 O << "Type: " << AtomTypeString(type) << "\n" in print()
DDwarfAccelTable.cpp27 const char *DwarfAccelTable::Atom::AtomTypeString(enum AtomType AT) { in AtomTypeString() function in DwarfAccelTable::Atom
129 Asm->OutStreamer.AddComment(Atom::AtomTypeString(A.type)); in EmitHeader()