reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/BinaryFormat/Dwarf.h
  476 StringRef AtomTypeString(unsigned Atom);

References

lib/CodeGen/AsmPrinter/AccelTable.cpp
  301     Asm->OutStreamer->AddComment(dwarf::AtomTypeString(A.Type));
  632   OS << "Type: " << dwarf::AtomTypeString(Type) << "\n"
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
   33   StringRef Str = dwarf::AtomTypeString(A.Value);