Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h1152 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
H A DCodeGenModule.cpp4476 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, in CreateRuntimeVariable() function in CodeGenModule
5494 llvm::Constant *C = CreateRuntimeVariable(Ty, CFConstantStringClassName); in GetAddrOfConstantCFString()
H A DCGObjC.cpp136 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral()
H A DMicrosoftCXXABI.cpp2414 CGM.CreateRuntimeVariable(VTy, "__tls_guard"); in getTlsGuardVar()
H A DItaniumCXXABI.cpp2553 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle"); in emitGlobalDtorWithCXAAtExit()
H A DCGExpr.cpp844 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable, in EmitTypeCheck()
H A DCGObjCMac.cpp1956 auto GV = CGM.CreateRuntimeVariable(PTy, str); in getNSConstantStringClassRef()
H A DCGBuiltin.cpp12657 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuIs()
12716 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuSupports()
12735 llvm::Constant *CpuFeatures2 = CGM.CreateRuntimeVariable(Int32Ty, in EmitX86CpuSupports()