Home
last modified time | relevance | path

Searched refs:CreateOrReplaceCXXRuntimeVariable (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTT.cpp119 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfVTT()
H A DCodeGenModule.h868 CreateOrReplaceCXXRuntimeVariable(StringRef Name, llvm::Type *Ty,
H A DCGVTables.cpp902 CGM.CreateOrReplaceCXXRuntimeVariable(Name, VTType, Linkage, Align); in GenerateConstructionVTable()
H A DItaniumCXXABI.cpp1892 VTable = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVTable()
3156 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfTypeName()
H A DMicrosoftCXXABI.cpp2129 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVBTable()
H A DCodeGenModule.cpp4411 llvm::GlobalVariable *CodeGenModule::CreateOrReplaceCXXRuntimeVariable( in CreateOrReplaceCXXRuntimeVariable() function in CodeGenModule