Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.h133 bool SwiftErrorInRegister; variable
139 SwiftABIInfo(CodeGen::CodeGenTypes &CGT, bool SwiftErrorInRegister) in SwiftABIInfo() argument
140 : CGT(CGT), SwiftErrorInRegister(SwiftErrorInRegister) {} in SwiftABIInfo()
155 bool isSwiftErrorInRegister() const { return SwiftErrorInRegister; }; in isSwiftErrorInRegister()