Searched defs:VTLayout (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1218 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); local
1225 RD, VTLayout.vtable_component_begin(), VTLayout.getNumVTableComponents(),
1226 VTLayout.vtable_thunk_begin(), VTLayout.getNumVTableThunks(), RTTI);
H A DMicrosoftCXXABI.cpp1186 const VTableLayout &VTLayout = local
1189 RD, VTLayout.vtable_component_begin(),
1190 VTLayout.getNumVTableComponents(), VTLayout.vtable_thunk_begin(),
1191 VTLayout.getNumVTableThunks(), RTTI);

Completed in 1553 milliseconds