Searched refs:AttributeString (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp74 const char *attrString = AttributeString(Spec.Attr);
H A DDWARFDebugInfoEntry.cpp119 const char *attrString = AttributeString(attr);
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.cpp60 const char *attrString = AttributeString(Attributes[i].getAttribute());
H A DDWARFDebugInfoEntry.cpp75 const char *attrString = AttributeString(attr);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDIE.cpp72 dwarf::AttributeString(AttrData.getAttribute()));
97 << dwarf::AttributeString(Data[i].getAttribute())
152 O << dwarf::AttributeString(Data[i].getAttribute());
H A DDwarfDebug.cpp1525 Asm->OutStreamer.AddComment(dwarf::AttributeString(Attr));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp77 dwarf::AttributeString(AttrData.getAttribute()));
101 << dwarf::AttributeString(Data[i].getAttribute())
176 O << dwarf::AttributeString(V.getAttribute());
H A DAsmPrinterDwarf.cpp264 OutStreamer->AddComment(dwarf::AttributeString(Attr));
H A DDIEHash.cpp126 << dwarf::AttributeString(V.getAttribute())
/external/llvm/lib/Support/
H A DDwarf.cpp46 const char *llvm::dwarf::AttributeString(unsigned Attribute) { function in class:llvm::dwarf
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDwarf.cpp112 /// AttributeString - Return the string for the specified attribute.
114 const char *llvm::dwarf::AttributeString(unsigned Attribute) { function in class:llvm::dwarf
/external/llvm/include/llvm/Support/
H A DDwarf.h610 const char *AttributeString(unsigned Attribute);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDwarf.h657 /// AttributeString - Return the string for the specified attribute.
659 const char *AttributeString(unsigned Attribute);

Completed in 246 milliseconds