Searched refs:CreateRuntimeVariable (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 1177 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
|
| H A D | CodeGenModule.cpp | 5075 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, in CreateRuntimeVariable() function in CodeGenModule 6104 llvm::Constant *C = CreateRuntimeVariable(Ty, CFConstantStringClassName); in GetAddrOfConstantCFString()
|
| H A D | CGObjC.cpp | 138 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral()
|
| H A D | MicrosoftCXXABI.cpp | 2439 CGM.CreateRuntimeVariable(VTy, "__tls_guard"); in getTlsGuardVar()
|
| H A D | ItaniumCXXABI.cpp | 2658 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle"); in emitGlobalDtorWithCXAAtExit()
|
| H A D | CGBuiltin.cpp | 13912 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuIs() 13970 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuSupports() 13990 CGM.CreateRuntimeVariable(ATy, "__cpu_features2"); in EmitX86CpuSupports() 14042 CGM.CreateRuntimeVariable(STy, "__aarch64_cpu_features"); in EmitAArch64CpuSupports()
|
| H A D | CGExpr.cpp | 838 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable, in EmitTypeCheck()
|
| H A D | CGObjCMac.cpp | 1960 auto GV = CGM.CreateRuntimeVariable(PTy, str); in getNSConstantStringClassRef()
|