Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp303 Asm->OutStreamer->AddComment(dwarf::AtomTypeString(A.Type)); in emit()
764 OS << "Type: " << dwarf::AtomTypeString(Type) << "\n" in print()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp664 StringRef llvm::dwarf::AtomTypeString(unsigned AT) { in AtomTypeString() function in llvm::dwarf
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h992 StringRef AtomTypeString(unsigned Atom);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp32 StringRef Str = dwarf::AtomTypeString(A.Value); in operator <<()