Home
last modified time | relevance | path

Searched defs:ComponentLayout (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h747 ComponentLayout(ComponentKind Kind) : Kind(Kind) { in ComponentLayout() function
752 ComponentLayout(const ComponentProps &OpXProps) in ComponentLayout() function
791 : ComponentLayout(Kind), ComponentProps(OpDesc) {} in ComponentLayout() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2333 ASTContext &Context, VTableComponentLayout ComponentLayout) in ItaniumVTableContext()
H A DASTContext.cpp12501 auto ComponentLayout = getLangOpts().RelativeCXXABIVTables in getVTableContext() local