Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5062 Address swiftErrorArg = Address::invalid(); in EmitCall() local
5266 swiftErrorArg = Address(V, ConvertTypeForMem(pointeeTy), in EmitCall()
5274 llvm::Value *errorValue = Builder.CreateLoad(swiftErrorArg); in EmitCall()
5760 Builder.CreateStore(errorResult, swiftErrorArg); in EmitCall()