Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp107 StringRef ValueDesc) { in PrintAttribute() argument
115 if (!ValueDesc.empty()) in PrintAttribute()
116 SW.printString("Description", ValueDesc); in PrintAttribute()
128 StringRef ValueDesc = in CPU_arch() local
130 PrintAttribute(Tag, Value, ValueDesc); in CPU_arch()
155 StringRef ValueDesc = in ARM_ISA_use() local
157 PrintAttribute(Tag, Value, ValueDesc); in ARM_ISA_use()
165 StringRef ValueDesc = in THUMB_ISA_use() local
167 PrintAttribute(Tag, Value, ValueDesc); in THUMB_ISA_use()
178 StringRef ValueDesc = in FP_arch() local
[all …]
DARMAttributeParser.h37 void PrintAttribute(unsigned Tag, unsigned Value, StringRef ValueDesc);