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.h43 unsigned IsSwiftError : 1; ///< Swift error parameter member
H A DTargetLowering.h314 bool IsSwiftError : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8109 bool IsSwiftError = EatIfPresent(lltok::kw_swifterror); in parseAlloc() local