Searched refs:CreateRuntimeVariable (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | RISCV.cpp | 996 CGM.CreateRuntimeVariable(StructTy, "__riscv_feature_bits"); in loadRISCVFeatureBits() 1051 CGM.CreateRuntimeVariable(StructTy, "__riscv_cpu_model"); in EmitRISCVCpuIs()
|
| H A D | X86.cpp | 627 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuIs() 685 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86CpuSupports() 705 CGM.CreateRuntimeVariable(ATy, "__cpu_features2"); in EmitX86CpuSupports()
|
| H A D | PPC.cpp | 105 CGM.CreateRuntimeVariable(STy, "_system_configuration"); in EmitPPCBuiltinExpr()
|
| H A D | ARM.cpp | 8124 CGM.CreateRuntimeVariable(STy, "__aarch64_cpu_features"); in EmitAArch64CpuSupports()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 1329 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
|
| H A D | CodeGenModule.cpp | 5469 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, in CreateRuntimeVariable() function in CodeGenModule 6576 llvm::Constant *C = CreateRuntimeVariable(Ty, CFConstantStringClassName); in GetAddrOfConstantCFString()
|
| H A D | CGObjC.cpp | 138 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral()
|
| H A D | ItaniumCXXABI.cpp | 2873 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle"); in emitGlobalDtorWithCXAAtExit()
|
| H A D | MicrosoftCXXABI.cpp | 2444 CGM.CreateRuntimeVariable(VTy, "__tls_guard"); in getTlsGuardVar()
|
| H A D | CGExpr.cpp | 911 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable, in EmitTypeCheck()
|
| H A D | CGObjCMac.cpp | 1897 auto GV = CGM.CreateRuntimeVariable(PTy, str); in getNSConstantStringClassRef()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 3913 …eEPKN4llvm4TypeENS2_9StringRefE", "clang::CodeGen::CodeGenModule::CreateRuntimeVariable(llvm::Type…
|