Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h204 typedef std::pair<uint64_t, ThunkInfo> VTableThunkTy; typedef
207 typedef const VTableThunkTy *vtable_thunk_iterator;
216 std::unique_ptr<VTableThunkTy[]> VTableThunks;
227 const VTableThunkTy *VTableThunks,
/external/clang/lib/CodeGen/
DCGVTables.h66 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks,
DCGVTables.cpp506 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks, in CreateVTableInitializer()
/external/clang/lib/AST/
DVTableBuilder.cpp2243 const VTableThunkTy *VTableThunks, in VTableLayout()
2249 VTableThunks(new VTableThunkTy[NumVTableThunks]), in VTableLayout()
2258 [](const VTableLayout::VTableThunkTy &LHS, in VTableLayout()
2259 const VTableLayout::VTableThunkTy &RHS) { in VTableLayout()
2321 SmallVector<VTableLayout::VTableThunkTy, 1> in CreateVTableLayout()
3519 SmallVector<VTableLayout::VTableThunkTy, 1> VTableThunks( in computeVTableRelatedInformation()