HomeSort by relevance Sort by last modified time
    Searched refs:AtomTypeString (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 154 static const char * AtomTypeString(enum AtomType);
157 O << "Type: " << AtomTypeString(type) << "\n"
DwarfAccelTable.cpp 27 const char *DwarfAccelTable::Atom::AtomTypeString(enum AtomType AT) {
129 Asm->OutStreamer.AddComment(Atom::AtomTypeString(A.type));

Completed in 98 milliseconds