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 90 /// getAddressPoint - Get the address point of the given subobject in the
92 uint64_t getAddressPoint(BaseSubobject Base, const CXXRecordDecl *RD);
CGVTT.cpp 68 .getAddressPoint(i->VTableBase);
CGCXX.cpp 301 .getAddressPoint(BaseSubobject(RD, CharUnits::Zero()));
CGExprConstant.cpp 96 CGM.getVTableContext().getVTableLayout(VTableClass).getAddressPoint(Base);
    [all...]
CGClass.cpp     [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 255 uint64_t getAddressPoint(BaseSubobject Base) const {

Completed in 164 milliseconds