Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h27 std::unordered_map<unsigned, StringRef> attributesStr; variable
46 attributesStr.emplace(tag, value); in setAttributeString()
69 auto I = attributesStr.find(tag); in getAttributeString()
70 if (I == attributesStr.end()) in getAttributeString()