Searched refs:SwiftErrorInRegister (Results 1 – 1 of 1) sorted by relevance
121 bool SwiftErrorInRegister; variable127 SwiftABIInfo(CodeGen::CodeGenTypes &CGT, bool SwiftErrorInRegister) in SwiftABIInfo() argument128 : CGT(CGT), SwiftErrorInRegister(SwiftErrorInRegister) {} in SwiftABIInfo()143 bool isSwiftErrorInRegister() const { return SwiftErrorInRegister; }; in isSwiftErrorInRegister()