reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
454 StringRef AttributeString(unsigned Attribute);
638 static constexpr StringRef (*StringFn)(unsigned) = &AttributeString;
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp 267 OutStreamer->AddComment(dwarf::AttributeString(Attr));
lib/CodeGen/AsmPrinter/DIE.cpp81 dwarf::AttributeString(AttrData.getAttribute()).data()); 120 << dwarf::AttributeString(Data[i].getAttribute()) 258 O << dwarf::AttributeString(V.getAttribute());lib/CodeGen/AsmPrinter/DIEHash.cpp
121 << dwarf::AttributeString(V.getAttribute())
lib/DebugInfo/DWARF/DWARFVerifier.cpp250 << AttributeString(Attribute.Attr) << " attributes.\n"; 509 AttributeString(Attr) + 519 ReportError("DIE has " + AttributeString(Attr) +tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
33 llvm::StringRef llvmstr = llvm::dwarf::AttributeString(val);