Searched refs:CreateRuntimeVariable (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1055 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
H A DCodeGenModule.cpp3714 /// CreateRuntimeVariable - Create a new runtime global variable with the
3717 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, function in class:CodeGenModule
4721 llvm::Constant *C = CreateRuntimeVariable(Ty, CFConstantStringClassName);
H A DCGObjC.cpp133 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName);
H A DItaniumCXXABI.cpp2397 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle");
H A DCGBuiltin.cpp10240 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model");
10313 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model");
10332 llvm::Constant *CpuFeatures2 = CGM.CreateRuntimeVariable(Int32Ty,
H A DCGExpr.cpp822 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable,
H A DCGObjCMac.cpp1975 auto GV = CGM.CreateRuntimeVariable(PTy, str);

Completed in 303 milliseconds