Home
last modified time | relevance | path

Searched refs:getAddressPoint (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGVTables.h90 uint64_t getAddressPoint(BaseSubobject Base, const CXXRecordDecl *RD);
HDCGVTT.cpp69 getItaniumVTableContext().getVTableLayout(RD).getAddressPoint( in EmitVTTDefinition()
HDCGCXX.cpp269 .getAddressPoint(BaseSubobject(RD, CharUnits::Zero())); in BuildAppleKextVirtualCall()
HDItaniumCXXABI.cpp1383 .getAddressPoint(Base); in getVTableAddressPointInStructor()
1398 .getAddressPoint(Base); in getVTableAddressPointForConstExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h254 uint64_t getAddressPoint(BaseSubobject Base) const { in getAddressPoint() function