Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DELFAttributeParser.cpp69 StringRef valueDesc) { in printAttribute() argument
80 if (!valueDesc.empty()) in printAttribute()
81 sw->printString("Description", valueDesc); in printAttribute()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DELFAttributeParser.h38 void printAttribute(unsigned tag, unsigned value, StringRef valueDesc);