Home
last modified time | relevance | path

Searched refs:vtable_thunks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp834 } else if (nextVTableThunkIndex < layout.vtable_thunks().size() && in addVTableComponent()
835 layout.vtable_thunks()[nextVTableThunkIndex].first == in addVTableComponent()
837 auto &thunkInfo = layout.vtable_thunks()[nextVTableThunkIndex].second; in addVTableComponent()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h276 ArrayRef<VTableThunkTy> vtable_thunks() const { in vtable_thunks() function