Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DELFAttributeParser.h27 std::unordered_map<unsigned, StringRef> attributesStr; variable
65 auto I = attributesStr.find(tag); in getAttributeString()
66 if (I == attributesStr.end()) in getAttributeString()
/llvm-project-15.0.7/llvm/lib/Support/
H A DELFAttributeParser.cpp56 attributesStr.insert(std::make_pair(tag, desc)); in stringAttribute()