Searched refs:ParmsType (Results 1 – 5 of 5) 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 …]
272 PRINTOPTIONAL(ParmsType); in dumpTracebackTable()
890 std::optional<SmallString<32>> ParmsType;953 return ParmsType;
2336 Expected<SmallString<32>> ParmsType = in emitTracebackTable() local2344 assert(ParmsType && toString(ParmsType.takeError()).c_str()); in emitTracebackTable()2345 if (ParmsType) { in emitTracebackTable()2346 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()
1523 ParmsType = ParmsTypeOrError.get(); in XCOFFTracebackTable()