Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h44 unsigned IsSwiftError : 1; ///< Swift error parameter member
67 IsSwiftError(0), IsCFGuardTarget(0), IsHva(0), IsHvaStart(0), in ArgFlagsTy()
107 bool isSwiftError() const { return IsSwiftError; } in isSwiftError()
108 void setSwiftError() { IsSwiftError = 1; } in setSwiftError()
H A DTargetLowering.h318 bool IsSwiftError : 1; variable
327 IsSwiftSelf(false), IsSwiftAsync(false), IsSwiftError(false), in ArgListEntry()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1051 if (Arg.IsSwiftError) in lowerCallTo()
H A DSelectionDAGBuilder.cpp8911 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in LowerCallTo()
11021 Entry.IsSwiftError = false; in LowerCallTo()
11073 if (Arg.IsSwiftError) { in LowerCallTo()
11139 if (Args[i].IsSwiftError) in LowerCallTo()
H A DTargetLowering.cpp133 IsSwiftError = Call->paramHasAttr(ArgIdx, Attribute::SwiftError); in setAttributes()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8420 bool IsSwiftError = EatIfPresent(lltok::kw_swifterror); in parseAlloc() local
8471 AI->setSwiftError(IsSwiftError); in parseAlloc()