Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAccelTable.cpp301 Asm->OutStreamer->AddComment(dwarf::AtomTypeString(A.Type)); in emit()
632 OS << "Type: " << dwarf::AtomTypeString(Type) << "\n" in print()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.h478 StringRef AtomTypeString(unsigned Atom);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDDwarf.cpp553 StringRef llvm::dwarf::AtomTypeString(unsigned AT) { in AtomTypeString() function in llvm::dwarf
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAcceleratorTable.cpp33 StringRef Str = dwarf::AtomTypeString(A.Value); in operator <<()