Lines Matching defs:CGT
28 AArch64ABIInfo(CodeGenTypes &CGT, AArch64ABIKind Kind)
29 : ABIInfo(CGT), Kind(Kind) {}
93 explicit AArch64SwiftABIInfo(CodeGenTypes &CGT)
94 : SwiftABIInfo(CGT, /*SwiftErrorInRegister=*/true) {}
102 AArch64TargetCodeGenInfo(CodeGenTypes &CGT, AArch64ABIKind Kind)
103 : TargetCodeGenInfo(std::make_unique<AArch64ABIInfo>(CGT, Kind)) {
104 SwiftInfo = std::make_unique<AArch64SwiftABIInfo>(CGT);
178 WindowsAArch64TargetCodeGenInfo(CodeGenTypes &CGT, AArch64ABIKind K)
179 : AArch64TargetCodeGenInfo(CGT, K) {}
344 llvm::ArrayType::get(CGT.ConvertType(QualType(Base, 0)), Members));
352 llvm::ArrayType::get(CGT.ConvertType(QualType(Base, 0)), Members), 0,