Searched refs:CreateOrReplaceCXXRuntimeVariable (Results 1 – 6 of 6) sorted by relevance
124 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfVTT()
762 CGM.CreateOrReplaceCXXRuntimeVariable(Name, VTType, Linkage, Align); in GenerateConstructionVTable()
788 CreateOrReplaceCXXRuntimeVariable(StringRef Name, llvm::Type *Ty,
1705 VTable = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVTable()2772 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfTypeName()
2029 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVBTable()
3235 llvm::GlobalVariable *CodeGenModule::CreateOrReplaceCXXRuntimeVariable( in CreateOrReplaceCXXRuntimeVariable() function in CodeGenModule