Searched refs:getStructName (Results 1 – 1 of 1) sorted by relevance
178 std::string getStructName(StructType *ST);373 std::string CWriter::getStructName(StructType *ST) { in getStructName() function in CWriter519 return Out << getStructName(STy) << ' ' << NameSoFar; in printType()2066 std::string Name = getStructName(ST); in printModuleTypes()2107 printType(Out, ST, false, getStructName(ST), true); in printContainedStructs()