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.cpp776 nextVTableThunkIndex < layout.vtable_thunks().size() && in addVTableComponent()
777 layout.vtable_thunks()[nextVTableThunkIndex].first == componentIndex; in addVTableComponent()
842 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