Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGVTT.cpp135 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfVTT()
HDCodeGenModule.h911 CreateOrReplaceCXXRuntimeVariable(StringRef Name, llvm::Type *Ty,
HDCGVTables.cpp963 CGM.CreateOrReplaceCXXRuntimeVariable(Name, VTType, Linkage, Align); in GenerateConstructionVTable()
HDItaniumCXXABI.cpp2168 VTable = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVTable()
3523 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfTypeName()
HDMicrosoftCXXABI.cpp2165 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVBTable()
HDCodeGenModule.cpp5125 llvm::GlobalVariable *CodeGenModule::CreateOrReplaceCXXRuntimeVariable( in CreateOrReplaceCXXRuntimeVariable() function in CodeGenModule