Home
last modified time | relevance | path

Searched refs:VTableThunkTy (Results 1 – 6 of 6) 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/llvm-project/clang/include/clang/AST/
DVTableBuilder.h234 typedef std::pair<uint64_t, ThunkInfo> VTableThunkTy; typedef
256 OwningArrayRef<VTableThunkTy> VTableThunks;
267 ArrayRef<VTableThunkTy> VTableThunks,
275 ArrayRef<VTableThunkTy> vtable_thunks() const { in vtable_thunks()
/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()
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp2240 ArrayRef<VTableThunkTy> VTableThunks, in VTableLayout()
2250 llvm::sort(this->VTableThunks, [](const VTableLayout::VTableThunkTy &LHS, in VTableLayout()
2251 const VTableLayout::VTableThunkTy &RHS) { in VTableLayout()
2315 SmallVector<VTableLayout::VTableThunkTy, 1> in CreateVTableLayout()
3625 SmallVector<VTableLayout::VTableThunkTy, 1> VTableThunks( in computeVTableRelatedInformation()