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 197 class VTableLayout {
218 VTableLayout(uint64_t NumVTableComponents,
223 ~VTableLayout();
278 typedef llvm::DenseMap<const CXXRecordDecl *, const VTableLayout *>
312 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) {
319 VTableLayout *
  /external/clang/lib/CodeGen/
CGVTables.h 72 const VTableLayout::VTableThunkTy *VTableThunks,
CGVTables.cpp 509 const VTableLayout::VTableThunkTy *VTableThunks,
644 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD);
668 OwningPtr<VTableLayout> VTLayout(
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 161 milliseconds