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

  /external/clang/include/clang/AST/
VTableBuilder.h 198 class VTableLayout {
221 VTableLayout(uint64_t NumVTableComponents,
227 ~VTableLayout();
285 typedef llvm::DenseMap<const CXXRecordDecl *, const VTableLayout *>
330 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) {
337 VTableLayout *
  /external/clang/lib/CodeGen/
CGVTables.h 72 const VTableLayout::VTableThunkTy *VTableThunks,
CGVTables.cpp 501 const VTableLayout::VTableThunkTy *VTableThunks,
645 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD);
669 OwningPtr<VTableLayout> VTLayout(
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 275 milliseconds