Lines Matching refs:parseFailed
18 static Error parseFailed(const Twine &Msg) { in parseFailed() function
26 return parseFailed("Reading structure out of file bounds"); in readStruct()
42 return parseFailed(Twine("Reading ") + Str + " out of file bounds"); in readInteger()
65 return parseFailed("More than one DXIL part is present in the file"); in parseDXILHeader()
77 return parseFailed("More than one SFI0 part is present in the file"); in parseShaderFeatureFlags()
87 return parseFailed("More than one HASH part is present in the file"); in parseHash()
97 return parseFailed("More than one PSV0 part is present in the file"); in parsePSVInfo()
111 return parseFailed("Signature parameters extend beyond the part boundary"); in initialize()
120 return parseFailed("Invalid parameter name offset: name starts before " in initialize()
123 return parseFailed("Invalid parameter name offset: name starts after the " in initialize()
138 return parseFailed( in parsePartOffsets()
145 return parseFailed("Part offset points beyond boundary of the file"); in parsePartOffsets()
152 return parseFailed("File not large enough to read part name"); in parsePartOffsets()
203 return parseFailed("Cannot fully parse pipeline state validation " in parsePartOffsets()
242 return parseFailed( in parse()
279 return parseFailed( in parse()
298 return parseFailed( in parse()
317 return parseFailed("String table misaligned"); in parse()
353 return parseFailed( in parse()