Home
last modified time | relevance | path

Searched refs:useRelativeLayout (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.h155 bool useRelativeLayout() const;
H A DCGVTables.cpp712 bool CodeGenVTables::useRelativeLayout() const { in useRelativeLayout() function in CodeGenVTables
750 useRelativeLayout() ? AddRelativeLayoutOffset : AddPointerLayoutOffset; in addVTableComponent()
763 if (useRelativeLayout()) in addVTableComponent()
807 if (useRelativeLayout()) in addVTableComponent()
859 if (useRelativeLayout()) { in addVTableComponent()
882 if (useRelativeLayout()) in addVTableComponent()
H A DCGClass.cpp2963 auto CheckedLoadIntrinsic = CGM.getVTables().useRelativeLayout() in EmitVTableTypeCheckedLoad()