Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.h149 llvm::Type *getVTableType(const VTableLayout &layout);
H A DCGVTables.cpp823 llvm::Type *CodeGenVTables::getVTableType(const VTableLayout &layout) { in getVTableType() function in CodeGenVTables
886 llvm::Type *VTType = getVTableType(*VTLayout); in GenerateConstructionVTable()
H A DItaniumCXXABI.cpp1903 llvm::Type *VTableType = CGM.getVTables().getVTableType(VTLayout); in getAddrOfVTable()
H A DMicrosoftCXXABI.cpp1859 llvm::Type *VTableType = CGM.getVTables().getVTableType(VTLayout); in getAddrOfVTable()