Searched refs:ComponentLayout (Results 1 – 4 of 4) sorted by relevance
400 VTableComponentLayout ComponentLayout = Pointer);433 return ComponentLayout; in getVTableComponentLayout()436 bool isPointerLayout() const { return ComponentLayout == Pointer; } in isPointerLayout()437 bool isRelativeLayout() const { return ComponentLayout == Relative; } in isRelativeLayout()440 VTableComponentLayout ComponentLayout;
638 class ComponentLayout {665 ComponentLayout(ComponentKind Kind) : Kind(Kind) { in ComponentLayout() function670 ComponentLayout(const ComponentProps &OpXProps) in ComponentLayout() function704 class ComponentInfo : public ComponentLayout, public ComponentProps {709 : ComponentLayout(Kind), ComponentProps(OpDesc) {} in ComponentLayout() function713 : ComponentLayout(OpXProps), ComponentProps(OpDesc) {} in ComponentInfo()
2266 ASTContext &Context, VTableComponentLayout ComponentLayout) in ItaniumVTableContext() argument2267 : VTableContextBase(/*MS=*/false), ComponentLayout(ComponentLayout) {} in ItaniumVTableContext()
11877 auto ComponentLayout = getLangOpts().RelativeCXXABIVTables in getVTableContext() local11880 VTContext.reset(new ItaniumVTableContext(*this, ComponentLayout)); in getVTableContext()