Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/Mangler/
DMangler.cpp57 std::stringstream thistypeStr; in mangleSubstitution() local
58 thistypeStr << typeStr; in mangleSubstitution()
63 thistypeStr << nType; in mangleSubstitution()
68 thistypeStr << nType; in mangleSubstitution()
71 std::map<std::string, unsigned>::iterator I = substitutions.find(thistypeStr.str()); in mangleSubstitution()