Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h199 typedef std::pair<uint64_t, ThunkInfo> VTableThunkTy; typedef
203 typedef const VTableThunkTy *vtable_thunk_iterator;
212 llvm::OwningArrayPtr<VTableThunkTy> VTableThunks;
221 const VTableThunkTy *VTableThunks,
/external/clang/lib/CodeGen/
DCGVTables.h72 const VTableLayout::VTableThunkTy *VTableThunks,
DCGVTables.cpp509 const VTableLayout::VTableThunkTy *VTableThunks, in CreateVTableInitializer()
/external/clang/lib/AST/
DVTableBuilder.cpp2152 const VTableThunkTy *VTableThunks, in VTableLayout()
2157 VTableThunks(new VTableThunkTy[NumVTableThunks]), in VTableLayout()
2348 SmallVector<VTableLayout::VTableThunkTy, 1> in CreateVTableLayout()