Searched refs:BlockLayout (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 5043 const llvm::StructLayout &BlockLayout, llvm::DIFile *Unit, in collectDefaultFieldsForBlockLiteralDeclare() argument 5050 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare() 5053 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare() 5057 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare() 5060 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare() 5064 BlockLayout.getElementOffsetInBits(2), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare() 5068 BlockLayout.getElementOffsetInBits(3), in collectDefaultFieldsForBlockLiteralDeclare() 5075 Loc, AS_public, BlockLayout.getElementOffsetInBits(4), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare()
|
| H A D | CGDebugInfo.h | 398 const llvm::StructLayout &BlockLayout, llvm::DIFile *Unit,
|