Home
last modified time | relevance | path

Searched refs:parseFailed (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp18 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()
[all …]