Lines Matching refs:CodeGen

14 using namespace clang::CodeGen;
43 static bool PPC_initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF, in PPC_initDwarfEHRegSizeTable()
49 CodeGen::CGBuilderTy &Builder = CGF.Builder; in PPC_initDwarfEHRegSizeTable()
113 AIXABIInfo(CodeGen::CodeGenTypes &CGT, bool Is64Bit) in AIXABIInfo()
137 AIXTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool Is64Bit) in AIXTargetCodeGenInfo()
140 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer()
144 bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF,
148 CodeGen::CodeGenModule &M) const override;
265 CodeGen::CodeGenFunction &CGF, llvm::Value *Address) const { in initDwarfEHRegSizeTable()
270 const Decl *D, llvm::GlobalValue *GV, CodeGen::CodeGenModule &M) const { in setTargetAttributes()
334 PPC32_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT, bool SoftFloatABI, in PPC32_SVR4_ABIInfo()
362 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer()
367 bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF,
600 PPC32TargetCodeGenInfo::initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF, in initDwarfEHRegSizeTable()
617 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT, PPC64_SVR4_ABIKind Kind, in PPC64_SVR4_ABIInfo()
673 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer()
678 bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF,
680 void emitTargetMetadata(CodeGen::CodeGenModule &CGM,
690 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer()
695 bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF,
997 CodeGen::CodeGenFunction &CGF, in initDwarfEHRegSizeTable()
1004 CodeGen::CodeGenModule &CGM, in emitTargetMetadata()
1022 PPC64TargetCodeGenInfo::initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF, in initDwarfEHRegSizeTable()
1029 CodeGen::createAIXTargetCodeGenInfo(CodeGenModule &CGM, bool Is64Bit) { in createAIXTargetCodeGenInfo()
1034 CodeGen::createPPC32TargetCodeGenInfo(CodeGenModule &CGM, bool SoftFloatABI) { in createPPC32TargetCodeGenInfo()
1042 CodeGen::createPPC64TargetCodeGenInfo(CodeGenModule &CGM) { in createPPC64TargetCodeGenInfo()
1046 std::unique_ptr<TargetCodeGenInfo> CodeGen::createPPC64_SVR4_TargetCodeGenInfo( in createPPC64_SVR4_TargetCodeGenInfo()