Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h221 typedef std::pair<uint64_t, ThunkInfo> VTableThunkTy; typedef
224 typedef const VTableThunkTy *vtable_thunk_iterator;
236 std::unique_ptr<VTableThunkTy[]> VTableThunks;
247 const VTableThunkTy *VTableThunks,
/external/clang/lib/CodeGen/
DCGVTables.h66 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks,
DCGVTables.cpp525 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks, in CreateVTableInitializer()
/external/clang/lib/AST/
DVTableBuilder.cpp2209 const VTableThunkTy *VTableThunks, in VTableLayout()
2215 VTableThunks(new VTableThunkTy[NumVTableThunks]), in VTableLayout()
2224 [](const VTableLayout::VTableThunkTy &LHS, in VTableLayout()
2225 const VTableLayout::VTableThunkTy &RHS) { in VTableLayout()
2284 SmallVector<VTableLayout::VTableThunkTy, 1> in CreateVTableLayout()
3592 SmallVector<VTableLayout::VTableThunkTy, 1> VTableThunks( in computeVTableRelatedInformation()