Lines Matching refs:getTargetCodeGenInfo
323 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule
374 ASTAllocaAddressSpace = getTargetCodeGenInfo().getASTAllocaAddressSpace(); in CodeGenModule()
383 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
1317 getTargetCodeGenInfo().emitTargetGlobals(*this); in Release()
1319 getTargetCodeGenInfo().emitTargetMetadata(*this, MangledDeclNames); in Release()
1380 if (getTargetCodeGenInfo().getCUDADeviceBuiltinSurfaceDeviceType() != in getTBAAAccessInfo()
1384 if (getTargetCodeGenInfo().getCUDADeviceBuiltinTextureDeviceType() != in getTBAAAccessInfo()
2703 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
2835 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
2966 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()
2982 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib()
3033 CGM.getTargetCodeGenInfo().getDependentLibraryOption(LL.Library, Opt); in addLinkOptionsPostorder()
4962 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
4978 return getTargetCodeGenInfo().performAddrSpaceCast( in GetOrCreateLLVMGlobal()
5151 return getTargetCodeGenInfo().getGlobalVarAddressSpace(*this, D); in GetGlobalVarAddressSpace()
5188 Cast = CGM.getTargetCodeGenInfo().performAddrSpaceCast( in castStringLiteralToDefaultAddressSpace()
6554 CV = getTargetCodeGenInfo().performAddrSpaceCast( in GetAddrOfGlobalTemporary()
7211 if (!getTargetCodeGenInfo().shouldEmitStaticExternCAliases()) in EmitStaticExternCAliases()