Searched refs:BlockLayoutChunk (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 309 struct BlockLayoutChunk { struct 318 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function 349 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) { in operator <() 353 auto getPrefOrder = [](const BlockLayoutChunk &chunk) { in operator <() 392 SmallVectorImpl<BlockLayoutChunk> &Layout, in addBlockLayout() 396 Layout.push_back(BlockLayoutChunk( in addBlockLayout() 410 Layout.push_back(BlockLayoutChunk(align, size, capture, type, fieldType, in addBlockLayout() 579 SmallVector<BlockLayoutChunk, 16> layout; in computeBlockInfo() 685 SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo() 696 SmallVectorImpl<BlockLayoutChunk>::iterator first = li; in computeBlockInfo() [all …]
|
| H A D | CGDebugInfo.cpp | 5430 struct BlockLayoutChunk { struct 5434 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) { in operator <() 5504 SmallVector<BlockLayoutChunk, 8> chunks; in EmitDeclareOfBlockLiteralArgVariable() 5508 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable() 5524 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable() 5534 for (const BlockLayoutChunk &Chunk : chunks) { in EmitDeclareOfBlockLiteralArgVariable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2760 …rt<(anonymous namespace)::BlockLayoutChunk*>((anonymous namespace)::BlockLayoutChunk*, (anonymous … 2761 …BlockLayoutChunk*, (anonymous namespace)::BlockLayoutChunk*, long>((anonymous namespace)::BlockLay… 2762 …BlockLayoutChunk*, (anonymous namespace)::BlockLayoutChunk*>((anonymous namespace)::BlockLayoutChu… 2763 …BlockLayoutChunk*, long, (anonymous namespace)::BlockLayoutChunk*>((anonymous namespace)::BlockLay… 2764 …BlockLayoutChunk* std::copy_backward<(anonymous namespace)::BlockLayoutChunk*, (anonymous namespac… 2765 …ce)::BlockLayoutChunk*>((anonymous namespace)::BlockLayoutChunk*, (anonymous namespace)::BlockLayo… 2766 …rt<(anonymous namespace)::BlockLayoutChunk*>((anonymous namespace)::BlockLayoutChunk*, (anonymous … 2767 …::BlockLayoutChunk*, long>((anonymous namespace)::BlockLayoutChunk*, (anonymous namespace)::BlockL… 2769 …b0EE4growEm", "llvm::SmallVectorTemplateBase<(anonymous namespace)::BlockLayoutChunk, false>::grow…
|