Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFSection.cpp192 StringToIndexMap.insert(std::make_pair(Str, UnknownIndex)); in add()
197 StringToIndexType::const_iterator It = StringToIndexMap.find(Str); in getIndex()
198 if (It == StringToIndexMap.end()) { in getIndex()
229 for (auto &StringIndex : StringToIndexMap) { in doLayout()
DIceELFSection.h310 StringToIndexType StringToIndexMap; variable