Searched refs:SwiftErrorInRegister (Results 1 – 1 of 1) sorted by relevance
142 bool SwiftErrorInRegister; variable148 SwiftABIInfo(CodeGen::CodeGenTypes &CGT, bool SwiftErrorInRegister) in SwiftABIInfo() argument149 : CGT(CGT), SwiftErrorInRegister(SwiftErrorInRegister) {} in SwiftABIInfo()164 bool isSwiftErrorInRegister() const { return SwiftErrorInRegister; }; in isSwiftErrorInRegister()