Home
last modified time | relevance | path

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

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