Searched refs:CreateRuntimeVariable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 1017 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
|
| H A D | CodeGenModule.cpp | 3302 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, in CreateRuntimeVariable() function in CodeGenModule 4262 llvm::Constant *C = CreateRuntimeVariable(Ty, CFConstantStringClassName); in GetAddrOfConstantCFString()
|
| H A D | CGObjC.cpp | 128 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral()
|
| H A D | ItaniumCXXABI.cpp | 2316 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle"); in emitGlobalDtorWithCXAAtExit()
|
| H A D | CGExpr.cpp | 815 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable, in EmitTypeCheck()
|
| H A D | CGBuiltin.cpp | 9538 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 D | CGObjCMac.cpp | 1896 auto GV = CGM.CreateRuntimeVariable(PTy, str); in getNSConstantStringClassRef()
|