Lines Matching refs:reportError

212 static Error reportError(const Twine &Message) {  in reportError()  function
222 return reportError("Trailing separator in datalayout string"); in split()
224 return reportError("Expected token before separator in datalayout string"); in split()
232 return reportError("not a number, or does not fit in an unsigned int"); in getInt()
243 return reportError("number of bits must be a byte width multiple"); in getIntInBytes()
252 return reportError("Invalid address space, must be a 24-bit integer"); in getAddrSpace()
282 return reportError("Address space 0 can never be non-integral"); in parseSpecifier()
310 return reportError("Invalid address space, must be a 24bit integer"); in parseSpecifier()
314 return reportError( in parseSpecifier()
322 return reportError("Invalid pointer size of 0 bytes"); in parseSpecifier()
326 return reportError( in parseSpecifier()
334 return reportError("Pointer ABI alignment must be a power of 2"); in parseSpecifier()
348 return reportError( in parseSpecifier()
358 return reportError("Invalid index size of 0 bytes"); in parseSpecifier()
387 return reportError( in parseSpecifier()
392 return reportError( in parseSpecifier()
400 return reportError( in parseSpecifier()
404 return reportError("Invalid ABI alignment, must be a 16bit integer"); in parseSpecifier()
406 return reportError("Invalid ABI alignment, must be a power of 2"); in parseSpecifier()
418 return reportError( in parseSpecifier()
421 return reportError("Invalid preferred alignment, must be a power of 2"); in parseSpecifier()
435 return reportError( in parseSpecifier()
449 return reportError("Alignment is neither 0 nor a power of 2"); in parseSpecifier()
462 return reportError("Unknown function pointer alignment type in " in parseSpecifier()
470 return reportError("Alignment is neither 0 nor a power of 2"); in parseSpecifier()
491 return reportError("Unexpected trailing characters after mangling " in parseSpecifier()
494 return reportError("Expected mangling specifier in datalayout string"); in parseSpecifier()
496 return reportError("Unknown mangling specifier in datalayout string"); in parseSpecifier()
499 return reportError("Unknown mangling in datalayout string"); in parseSpecifier()
521 return reportError("Unknown specifier in datalayout string"); in parseSpecifier()
567 return reportError("Invalid bit width, must be a 24bit integer"); in setAlignment()
569 return reportError( in setAlignment()
605 return reportError( in setPointerAlignment()