Home
last modified time | relevance | path

Searched refs:ValueDesc (Results 1 – 2 of 2) 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);