Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp913 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 DDerivedTypes.h803 getOrError(LLVMContext &Context, StringRef Name, ArrayRef<Type *> Types = {},
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2769 TargetExtType::getOrError(Context, TypeName, TypeParams, IntParams); in parseTypeTableBody()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3633 TargetExtType::getOrError(Context, TypeName, TypeParams, IntParams); in parseTargetExtType()