Searched refs:CreateOrReplaceCXXRuntimeVariable (Results 1 – 6 of 6) sorted by relevance
123 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfVTT()
799 CGM.CreateOrReplaceCXXRuntimeVariable(Name, VTType, Linkage, Align); in GenerateConstructionVTable()
809 CreateOrReplaceCXXRuntimeVariable(StringRef Name, llvm::Type *Ty,
1781 VTable = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVTable()2891 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfTypeName()
2074 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVBTable()
3650 llvm::GlobalVariable *CodeGenModule::CreateOrReplaceCXXRuntimeVariable( in CreateOrReplaceCXXRuntimeVariable() function in CodeGenModule