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

  /external/clang/include/clang/AST/
VTableBuilder.h 476 CharUnits VFPtrOffset;
482 : VBTableIndex(0), VBase(nullptr), VFPtrOffset(CharUnits::Zero()),
486 CharUnits VFPtrOffset, uint64_t Index)
488 VFPtrOffset(VFPtrOffset), Index(Index) {}
495 return std::tie(VFPtrOffset, Index) <
496 std::tie(other.VFPtrOffset, other.Index);
540 CharUnits VFPtrOffset);
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
MicrosoftMangle.cpp 568 NVOffset = ML.VFPtrOffset.getQuantity();
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 228 if (ML.VBase || !ML.VFPtrOffset.isZero())
    [all...]

Completed in 697 milliseconds