Home
last modified time | relevance | path

Searched refs:CreateRuntimeVariable (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1256 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
H A DCodeGenModule.cpp5188 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, in CreateRuntimeVariable() function in CodeGenModule
6253 llvm::Constant *C = CreateRuntimeVariable(Ty, CFConstantStringClassName); in GetAddrOfConstantCFString()
H A DCGObjC.cpp138 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral()
H A DMicrosoftCXXABI.cpp2452 CGM.CreateRuntimeVariable(VTy, "__tls_guard"); in getTlsGuardVar()
H A DItaniumCXXABI.cpp2845 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle"); in emitGlobalDtorWithCXAAtExit()
H A DCGBuiltin.cpp14196 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuIs()
14256 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuSupports()
14276 CGM.CreateRuntimeVariable(ATy, "__cpu_features2"); in EmitX86CpuSupports()
14343 CGM.CreateRuntimeVariable(STy, "__aarch64_cpu_features"); in EmitAArch64CpuSupports()
16857 CGM.CreateRuntimeVariable(STy, "_system_configuration"); in EmitPPCBuiltinExpr()
H A DCGExpr.cpp849 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable, in EmitTypeCheck()
H A DCGObjCMac.cpp1968 auto GV = CGM.CreateRuntimeVariable(PTy, str); in getNSConstantStringClassRef()