Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserCompact.cpp72 StringRef valueDesc) { in printAttribute() argument
83 if (!valueDesc.empty()) in printAttribute()
84 sw->printString("Description", valueDesc); in printAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttrParserCompact.h39 void printAttribute(unsigned tag, unsigned value, StringRef valueDesc);