Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTT.cpp124 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfVTT()
H A DCGVTables.cpp762 CGM.CreateOrReplaceCXXRuntimeVariable(Name, VTType, Linkage, Align); in GenerateConstructionVTable()
H A DCodeGenModule.h788 CreateOrReplaceCXXRuntimeVariable(StringRef Name, llvm::Type *Ty,
H A DItaniumCXXABI.cpp1705 VTable = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVTable()
2772 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfTypeName()
H A DMicrosoftCXXABI.cpp2029 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVBTable()
H A DCodeGenModule.cpp3235 llvm::GlobalVariable *CodeGenModule::CreateOrReplaceCXXRuntimeVariable( in CreateOrReplaceCXXRuntimeVariable() function in CodeGenModule