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

  /external/clang/lib/CodeGen/
CGVTables.h 98 /// getAddressPoint - Get the address point of the given subobject in the
100 uint64_t getAddressPoint(BaseSubobject Base, const CXXRecordDecl *RD);
CGCXX.cpp 340 .getAddressPoint(BaseSubobject(RD, CharUnits::Zero()));
374 .getAddressPoint(BaseSubobject(RD, CharUnits::Zero()));
CGVTT.cpp 68 .getAddressPoint(i->VTableBase);
CGClass.cpp     [all...]
CGExprConstant.cpp 96 CGM.getVTableContext().getVTableLayout(VTableClass).getAddressPoint(Base);
    [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 249 uint64_t getAddressPoint(BaseSubobject Base) const {

Completed in 62 milliseconds