Lines Matching refs:reportError

214 static Error reportError(const Twine &Message) {  in reportError()  function
224 return reportError("Trailing separator in datalayout string"); in split()
226 return reportError("Expected token before separator in datalayout string"); in split()
234 return reportError("not a number, or does not fit in an unsigned int"); in getInt()
245 return reportError("number of bits must be a byte width multiple"); in getIntInBytes()
254 return reportError("Invalid address space, must be a 24-bit integer"); in getAddrSpace()
284 return reportError("Address space 0 can never be non-integral"); in parseSpecifier()
312 return reportError("Invalid address space, must be a 24bit integer"); in parseSpecifier()
316 return reportError( in parseSpecifier()
324 return reportError("Invalid pointer size of 0 bytes"); in parseSpecifier()
328 return reportError( in parseSpecifier()
336 return reportError("Pointer ABI alignment must be a power of 2"); in parseSpecifier()
350 return reportError( in parseSpecifier()
360 return reportError("Invalid index size of 0 bytes"); in parseSpecifier()
389 return reportError( in parseSpecifier()
394 return reportError( in parseSpecifier()
402 return reportError( in parseSpecifier()
406 return reportError("Invalid ABI alignment, must be a 16bit integer"); in parseSpecifier()
408 return reportError("Invalid ABI alignment, must be a power of 2"); in parseSpecifier()
420 return reportError( in parseSpecifier()
423 return reportError("Invalid preferred alignment, must be a power of 2"); in parseSpecifier()
437 return reportError( in parseSpecifier()
451 return reportError("Alignment is neither 0 nor a power of 2"); in parseSpecifier()
464 return reportError("Unknown function pointer alignment type in " in parseSpecifier()
472 return reportError("Alignment is neither 0 nor a power of 2"); in parseSpecifier()
493 return reportError("Unexpected trailing characters after mangling " in parseSpecifier()
496 return reportError("Expected mangling specifier in datalayout string"); in parseSpecifier()
498 return reportError("Unknown mangling specifier in datalayout string"); in parseSpecifier()
501 return reportError("Unknown mangling in datalayout string"); in parseSpecifier()
526 return reportError("Unknown specifier in datalayout string"); in parseSpecifier()
572 return reportError("Invalid bit width, must be a 24bit integer"); in setAlignment()
574 return reportError( in setAlignment()
611 return reportError( in setPointerAlignmentInBits()