Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGVTT.cpp123 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfVTT()
HDCGVTables.cpp799 CGM.CreateOrReplaceCXXRuntimeVariable(Name, VTType, Linkage, Align); in GenerateConstructionVTable()
HDCodeGenModule.h809 CreateOrReplaceCXXRuntimeVariable(StringRef Name, llvm::Type *Ty,
HDItaniumCXXABI.cpp1781 VTable = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVTable()
2891 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in GetAddrOfTypeName()
HDMicrosoftCXXABI.cpp2074 llvm::GlobalVariable *GV = CGM.CreateOrReplaceCXXRuntimeVariable( in getAddrOfVBTable()
HDCodeGenModule.cpp3650 llvm::GlobalVariable *CodeGenModule::CreateOrReplaceCXXRuntimeVariable( in CreateOrReplaceCXXRuntimeVariable() function in CodeGenModule