Searched refs:SwiftABIInfo (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DABIInfo.h117 class SwiftABIInfo { class in namespace:clang::CodeGen
123 SwiftABIInfo(CodeGen::CodeGenTypes &CGT, bool SwiftErrorInRegister) function in class:clang::CodeGen::SwiftABIInfo
126 virtual ~SwiftABIInfo();
H A DTargetInfo.h41 class SwiftABIInfo;
53 std::unique_ptr<SwiftABIInfo> SwiftInfo;
63 const SwiftABIInfo &getSwiftABIInfo() const {
H A DSwiftCallingConv.cpp24 static const SwiftABIInfo &getSwiftABIInfo(CodeGenModule &CGM) {
H A DTargetInfo.cpp121 SwiftABIInfo::~SwiftABIInfo() = default;
155 bool SwiftABIInfo::shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys,
160 bool SwiftABIInfo::isLegalVectorType(CharUnits VectorSize, llvm::Type *EltTy,
869 std::make_unique<SwiftABIInfo>(CGT, /*SwiftErrorInRegister=*/false);
1229 class X86_32SwiftABIInfo : public SwiftABIInfo {
1232 : SwiftABIInfo(CGT, /*SwiftErrorInRegister=*/false) {}
2474 std::make_unique<SwiftABIInfo>(CGT, /*SwiftErrorInRegister=*/true);
2719 std::make_unique<SwiftABIInfo>(CGT, /*SwiftErrorInRegister=*/true);
5050 std::make_unique<SwiftABIInfo>(CG
[all...]

Completed in 185 milliseconds