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()826 getTargetCodeGenInfo().SetTargetAttributes(D, GO, *this); in setNonAliasAttributes()966 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()973 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib()1011 CGM.getTargetCodeGenInfo().getDependentLibraryOption( in addLinkOptionsPostorder()3517 getTargetCodeGenInfo().emitTargetMD(D, GV, *this); in EmitTargetMetadata()
374 Alignment = CGM.getTargetCodeGenInfo().getOpenMPSimdDefaultAlignment( in EmitOMPAlignedClause()
36 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes()
615 const TargetCodeGenInfo &getTargetCodeGenInfo();
938 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
616 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in StartFunction()
376 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall()1190 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
1939 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
2764 return CGM.getTargetCodeGenInfo(); in getTargetHooks()
1958 = CGM.getTargetCodeGenInfo() in EmitARCRetainAutoreleasedReturnValue()
3344 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
7072 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule