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

  /external/clang/lib/CodeGen/
CGVTables.cpp 627 std::unique_ptr<VTableLayout> VTLayout(
632 AddressPoints = VTLayout->getAddressPoints();
644 llvm::ArrayType::get(CGM.Int8PtrTy, VTLayout->getNumVTableComponents());
667 Base.getBase(), VTLayout->vtable_component_begin(),
668 VTLayout->getNumVTableComponents(), VTLayout->vtable_thunk_begin(),
669 VTLayout->getNumVTableThunks(), RTTI);
672 CGM.EmitVTableBitSetEntries(VTable, *VTLayout.get());
    [all...]
ItaniumCXXABI.cpp     [all...]
CodeGenModule.h     [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 73 milliseconds