Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h1017 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
H A DCodeGenModule.cpp3302 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, in CreateRuntimeVariable() function in CodeGenModule
4262 llvm::Constant *C = CreateRuntimeVariable(Ty, CFConstantStringClassName); in GetAddrOfConstantCFString()
H A DCGObjC.cpp128 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral()
H A DItaniumCXXABI.cpp2316 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle"); in emitGlobalDtorWithCXAAtExit()
H A DCGExpr.cpp815 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable, in EmitTypeCheck()
H A DCGBuiltin.cpp9538 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuIs()
9611 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuSupports()
9630 llvm::Constant *CpuFeatures2 = CGM.CreateRuntimeVariable(Int32Ty, in EmitX86CpuSupports()
H A DCGObjCMac.cpp1896 auto GV = CGM.CreateRuntimeVariable(PTy, str); in getNSConstantStringClassRef()