Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGVTables.h153 llvm::Type *getVTableType(const VTableLayout &layout);
DCGVTables.cpp839 llvm::Type *CodeGenVTables::getVTableType(const VTableLayout &layout) { in getVTableType() function in CodeGenVTables
902 llvm::Type *VTType = getVTableType(*VTLayout); in GenerateConstructionVTable()
DItaniumCXXABI.cpp1875 llvm::Type *VTableType = CGM.getVTables().getVTableType(VTLayout); in getAddrOfVTable()
DMicrosoftCXXABI.cpp1871 llvm::Type *VTableType = CGM.getVTables().getVTableType(VTLayout); in getAddrOfVTable()