Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGVTables.cpp664 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in EmitVTableDefinition() local
669 VTLayout.vtable_component_begin(), in EmitVTableDefinition()
670 VTLayout.getNumVTableComponents(), in EmitVTableDefinition()
671 VTLayout.vtable_thunk_begin(), in EmitVTableDefinition()
672 VTLayout.getNumVTableThunks()); in EmitVTableDefinition()
688 OwningPtr<VTableLayout> VTLayout( in GenerateConstructionVTable() local
694 AddressPoints = VTLayout->getAddressPoints(); in GenerateConstructionVTable()
706 llvm::ArrayType::get(CGM.Int8PtrTy, VTLayout->getNumVTableComponents()); in GenerateConstructionVTable()
727 VTLayout->vtable_component_begin(), in GenerateConstructionVTable()
728 VTLayout->getNumVTableComponents(), in GenerateConstructionVTable()
[all …]