Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DELFAttributeParser.cpp71 StringRef valueDesc) { in printAttribute() argument
82 if (!valueDesc.empty()) in printAttribute()
83 sw->printString("Description", valueDesc); in printAttribute()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DELFAttributeParser.h36 void printAttribute(unsigned tag, unsigned value, StringRef valueDesc);