Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp108 StringRef ValueDesc) { in PrintAttribute() argument
116 if (!ValueDesc.empty()) in PrintAttribute()
117 SW.printString("Description", ValueDesc); in PrintAttribute()
129 StringRef ValueDesc = in CPU_arch() local
131 PrintAttribute(Tag, Value, ValueDesc); in CPU_arch()
156 StringRef ValueDesc = in ARM_ISA_use() local
158 PrintAttribute(Tag, Value, ValueDesc); in ARM_ISA_use()
166 StringRef ValueDesc = in THUMB_ISA_use() local
168 PrintAttribute(Tag, Value, ValueDesc); in THUMB_ISA_use()
179 StringRef ValueDesc = in FP_arch() local
[all …]
DARMAttributeParser.h37 void PrintAttribute(unsigned Tag, unsigned Value, StringRef ValueDesc);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DARMAttributeParser.cpp103 StringRef ValueDesc = ParseString(Data, Offset); in StringAttribute() local
110 SW->printString("Value", ValueDesc); in StringAttribute()
115 StringRef ValueDesc) { in PrintAttribute() argument
126 if (!ValueDesc.empty()) in PrintAttribute()
127 SW->printString("Description", ValueDesc); in PrintAttribute()
140 StringRef ValueDesc = in CPU_arch() local
142 PrintAttribute(Tag, Value, ValueDesc); in CPU_arch()
167 StringRef ValueDesc = in ARM_ISA_use() local
169 PrintAttribute(Tag, Value, ValueDesc); in ARM_ISA_use()
177 StringRef ValueDesc = in THUMB_ISA_use() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DARMAttributeParser.h41 void PrintAttribute(unsigned Tag, unsigned Value, StringRef ValueDesc);