Searched refs:getOrError (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 913 return cantFail(getOrError(C, Name, Types, Ints)); in get() 916 Expected<TargetExtType *> TargetExtType::getOrError(LLVMContext &C, in getOrError() function in TargetExtType
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 803 getOrError(LLVMContext &Context, StringRef Name, ArrayRef<Type *> Types = {},
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2769 TargetExtType::getOrError(Context, TypeName, TypeParams, IntParams); in parseTypeTableBody()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3633 TargetExtType::getOrError(Context, TypeName, TypeParams, IntParams); in parseTargetExtType()
|