HomeSort by relevance Sort by last modified time
    Searched refs:VTLayout (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGVTables.cpp 557 std::unique_ptr<VTableLayout> VTLayout(
562 AddressPoints = VTLayout->getAddressPoints();
574 llvm::ArrayType::get(CGM.Int8PtrTy, VTLayout->getNumVTableComponents());
597 Base.getBase(), VTLayout->vtable_component_begin(),
598 VTLayout->getNumVTableComponents(), VTLayout->vtable_thunk_begin(),
599 VTLayout->getNumVTableThunks(), RTTI);
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 76 milliseconds