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 667 std::unique_ptr<VTableLayout> VTLayout(
672 AddressPoints = VTLayout->getAddressPoints();
683 llvm::ArrayType::get(CGM.Int8PtrTy, VTLayout->getNumVTableComponents());
706 Base.getBase(), VTLayout->vtable_component_begin(),
707 VTLayout->getNumVTableComponents(), VTLayout->vtable_thunk_begin(),
708 VTLayout->getNumVTableThunks(), RTTI);
711 CGM.EmitVTableBitSetEntries(VTable, *VTLayout.get());
    [all...]
ItaniumCXXABI.cpp     [all...]
CodeGenModule.h     [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 736 milliseconds