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

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

Completed in 1930 milliseconds