Searched refs:getStructName (Results 1 – 6 of 6) sorted by relevance
68 return T->getStructName().slice(0, LastDot); in getUnsuffixedStructName()
184 if (currentType->isStructTy() && currentType->getStructName().startswith("struct.rs_")) { in runOnFunction()
188 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) { in isStepOptSupported()
170 const string name = spec.getStructName(); in writeTypeSpecification()
81 return spec->getStructName(); in findSubstitute()
314 std::string getStructName() const { return mStructName; } in getStructName() function