Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DELFAttributeParser.h26 std::unordered_map<unsigned, StringRef> attributesStr; variable
64 auto I = attributesStr.find(tag); in getAttributeString()
65 if (I == attributesStr.end()) in getAttributeString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DELFAttributeParser.cpp58 attributesStr.insert(std::make_pair(tag, desc)); in stringAttribute()