Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp135 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfVTT()
H A DCodeGenModule.h911 CreateOrReplaceCXXRuntimeVariable(StringRef Name, llvm::Type *Ty,
H A DCGVTables.cpp963 CGM.CreateOrReplaceCXXRuntimeVariable(Name, VTType, Linkage, Align); in GenerateConstructionVTable()
H A DItaniumCXXABI.cpp2168 VTable = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVTable()
3523 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfTypeName()
H A DMicrosoftCXXABI.cpp2165 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVBTable()
H A DCodeGenModule.cpp5125 llvm::GlobalVariable *CodeGenModule::CreateOrReplaceCXXRuntimeVariable( in CreateOrReplaceCXXRuntimeVariable() function in CodeGenModule