Searched refs:CreateRuntimeVariable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 1115 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
|
| H A D | CodeGenModule.cpp | 4112 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, in CreateRuntimeVariable() function in CodeGenModule 5110 llvm::Constant *C = CreateRuntimeVariable(Ty, CFConstantStringClassName); in GetAddrOfConstantCFString()
|
| H A D | CGObjC.cpp | 135 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral()
|
| H A D | ItaniumCXXABI.cpp | 2591 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle"); in emitGlobalDtorWithCXAAtExit()
|
| H A D | CGExpr.cpp | 847 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable, in EmitTypeCheck()
|
| H A D | CGObjCMac.cpp | 1984 auto GV = CGM.CreateRuntimeVariable(PTy, str); in getNSConstantStringClassRef()
|
| H A D | CGBuiltin.cpp | 12350 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuIs() 12424 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuSupports() 12443 llvm::Constant *CpuFeatures2 = CGM.CreateRuntimeVariable(Int32Ty, in EmitX86CpuSupports()
|