Home
last modified time | relevance | path

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

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