Home
last modified time | relevance | path

Searched refs:VTableThunkTy (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DVTableBuilder.h202 typedef std::pair<uint64_t, ThunkInfo> VTableThunkTy; typedef
206 typedef const VTableThunkTy *vtable_thunk_iterator;
215 llvm::OwningArrayPtr<VTableThunkTy> VTableThunks;
226 const VTableThunkTy *VTableThunks,
/external/clang/lib/CodeGen/
DCGVTables.h73 const VTableLayout::VTableThunkTy *VTableThunks,
DCGVTables.cpp520 const VTableLayout::VTableThunkTy *VTableThunks, in CreateVTableInitializer()
/external/clang/lib/AST/
DVTableBuilder.cpp2275 const VTableThunkTy *VTableThunks, in VTableLayout()
2281 VTableThunks(new VTableThunkTy[NumVTableThunks]), in VTableLayout()
2346 SmallVector<VTableLayout::VTableThunkTy, 1> in CreateVTableLayout()
3158 SmallVector<VTableLayout::VTableThunkTy, 1> VTableThunks( in computeVTableRelatedInformation()