Searched refs:ParmsType (Results 1 – 4 of 4) sorted by relevance
130 ParmsType += ", "; in parseParmsType()133 ParmsType += "i"; in parseParmsType()140 ParmsType += "f"; in parseParmsType()159 return ParmsType; in parseParmsType()201 ParmsType += ", "; in parseParmsTypeWithVecInfo()205 ParmsType += "i"; in parseParmsTypeWithVecInfo()209 ParmsType += "v"; in parseParmsTypeWithVecInfo()213 ParmsType += "f"; in parseParmsTypeWithVecInfo()217 ParmsType += "d"; in parseParmsTypeWithVecInfo()237 return ParmsType; in parseParmsTypeWithVecInfo()[all …]
764 Optional<SmallString<32>> ParmsType;824 const Optional<SmallString<32>> &getParmsType() const { return ParmsType; }
2209 Expected<SmallString<32>> ParmsType = in emitTracebackTable() local2217 assert(ParmsType && toString(ParmsType.takeError()).c_str()); in emitTracebackTable()2218 if (ParmsType) { in emitTracebackTable()2219 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()
1390 ParmsType = ParmsTypeOrError.get(); in XCOFFTracebackTable()