Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h104 void setSwiftError() { IsSwiftError = 1; } in setSwiftError() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp515 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp60 Flags.setSwiftError(); in addFlagsUsingAttrFn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1405 NewAI->setSwiftError(AI->isSwiftError()); in sanitizeFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp613 Alloca->setSwiftError(true); in replaceSwiftErrorOps()
H A DCoroFrame.cpp2330 Alloca->setSwiftError(false); in eliminateSwiftError()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1054 Flags.setSwiftError(); in lowerCallTo()
H A DSelectionDAGBuilder.cpp2014 Flags.setSwiftError(); in visitRet()
9525 MyFlags.Flags.setSwiftError(); in LowerCallTo()
9586 Flags.setSwiftError(); in LowerCallTo()
10126 Flags.setSwiftError(); in LowerArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp990 Arg.Flags.setSwiftError(); in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h150 void setSwiftError(bool V) { setSubclassData<SwiftErrorField>(V); } in setSwiftError() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4381 Result->setSwiftError(isSwiftError()); in cloneImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4904 cast<llvm::AllocaInst>(V)->setSwiftError(true); in EmitCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4920 AI->setSwiftError(SwiftError); in parseFunctionBody()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7143 AI->setSwiftError(IsSwiftError); in parseAlloc()