Searched refs:useRelativeLayout (Results 1 – 3 of 3) sorted by relevance
155 bool useRelativeLayout() const;
712 bool CodeGenVTables::useRelativeLayout() const { in useRelativeLayout() function in CodeGenVTables750 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()
2963 auto CheckedLoadIntrinsic = CGM.getVTables().useRelativeLayout() in EmitVTableTypeCheckedLoad()