Home
last modified time | relevance | path

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

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