Home
last modified time | relevance | path

Searched defs:IsSwiftError (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h44 unsigned IsSwiftError : 1; ///< Swift error parameter member
H A DTargetLowering.h318 bool IsSwiftError : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8420 bool IsSwiftError = EatIfPresent(lltok::kw_swifterror); in parseAlloc() local