Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp270 static Error createSpecFormatError(Twine Format) { in createSpecFormatError() function
342 return createSpecFormatError(Twine(Specifier) + "<size>:<abi>[:<pref>]"); in parsePrimitiveSpec()
378 return createSpecFormatError("a:<abi>[:<pref>]"); in parseAggregateSpec()
417 return createSpecFormatError("p[<n>]:<size>:<abi>[:<pref>[:<idx>]]"); in parsePointerSpec()
470 return createSpecFormatError("ni:<address space>[:<address space>]..."); in parseSpecification()
521 return createSpecFormatError("S<size>"); in parseSpecification()
531 return createSpecFormatError("F<type><abi>"); in parseSpecification()
553 return createSpecFormatError("P<address space>"); in parseSpecification()
560 return createSpecFormatError("A<address space>"); in parseSpecification()
567 return createSpecFormatError("G<address space>"); in parseSpecification()
[all …]