Searched refs:getTargetCodeGenInfo (Results 1 – 12 of 12) sorted by relevance
112 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()113 BuiltinCC = getTargetCodeGenInfo().getABIInfo().getBuiltinCC(); in CodeGenModule()961 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()1142 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()1149 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib()1187 CGM.getTargetCodeGenInfo().getDependentLibraryOption( in addLinkOptionsPostorder()4151 getTargetCodeGenInfo().emitTargetMD(D, GV, *this); in EmitTargetMetadata()
35 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes()
24 return cast<SwiftABIInfo>(CGM.getTargetCodeGenInfo().getABIInfo()); in getSwiftABIInfo()
622 const TargetCodeGenInfo &getTargetCodeGenInfo();
61 case CC_OpenCLKernel: return CGM.getTargetCodeGenInfo().getOpenCLKernelCallingConv(); in ClangCallConvToLLVMCallConv()535 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall()1429 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
1942 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
746 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in StartFunction()
3394 return CGM.getTargetCodeGenInfo(); in getTargetHooks()
1982 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
3633 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
4020 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
7942 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule