Home
last modified time | relevance | path

Searched refs:getVTableType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.h143 llvm::Type *getVTableType(const VTableLayout &layout);
H A DCGVTables.cpp853 llvm::Type *CodeGenVTables::getVTableType(const VTableLayout &layout) { in getVTableType() function in CodeGenVTables
916 llvm::Type *VTType = getVTableType(*VTLayout); in GenerateConstructionVTable()
H A DMicrosoftCXXABI.cpp1889 llvm::Type *VTableType = CGM.getVTables().getVTableType(VTLayout); in getAddrOfVTable()
H A DItaniumCXXABI.cpp1968 llvm::Type *VTableType = CGM.getVTables().getVTableType(VTLayout); in getAddrOfVTable()