HomeSort by: relevance | last modified time | path
    Searched defs:VTableLayout (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 233 class VTableLayout {
266 VTableLayout(ArrayRef<size_t> VTableIndices,
270 ~VTableLayout();
372 std::unique_ptr<const VTableLayout>>
403 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) {
410 std::unique_ptr<VTableLayout> createConstructionVTableLayout(
559 typedef llvm::DenseMap<VFTableIdTy, std::unique_ptr<const VTableLayout>>
588 const VTableLayout &getVFTableLayout(const CXXRecordDecl *RD,
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 788 typedef VTableLayout::AddressPointsMapTy AddressPointsMapTy;
1703 VTableLayout::AddressPointLocation{
2211 static VTableLayout::AddressPointsIndexMapTy
2212 MakeAddressPointIndices(const VTableLayout::AddressPointsMapTy &addressPoints,
2214 VTableLayout::AddressPointsIndexMapTy indexMap(numVTables);
2238 VTableLayout::VTableLayout(ArrayRef<size_t> VTableIndices,
2250 llvm::sort(this->VTableThunks, [](const VTableLayout::VTableThunkTy &LHS,
2251 const VTableLayout::VTableThunkTy &RHS) {
2258 VTableLayout::~VTableLayout() {
    [all...]

Completed in 26 milliseconds