reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
 1048   llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
10036   llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model");
10109     llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model");
10128     llvm::Constant *CpuFeatures2 = CGM.CreateRuntimeVariable(Int32Ty,
tools/clang/lib/CodeGen/CGExpr.cpp
  822       llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable,
tools/clang/lib/CodeGen/CGObjC.cpp
  132         CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName);
tools/clang/lib/CodeGen/CGObjCMac.cpp
 1958   auto GV = CGM.CreateRuntimeVariable(PTy, str);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4668     llvm::Constant *C = CreateRuntimeVariable(Ty, CFConstantStringClassName);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 2380       CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle");