Home
last modified time | relevance | path

Searched refs:BlockLayout (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3956 const llvm::StructLayout &BlockLayout, llvm::DIFile *Unit, in collectDefaultFieldsForBlockLiteralDeclare() argument
3963 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare()
3966 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare()
3970 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare()
3973 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare()
3977 BlockLayout.getElementOffsetInBits(2), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare()
3981 BlockLayout.getElementOffsetInBits(3), in collectDefaultFieldsForBlockLiteralDeclare()
3988 Loc, AS_public, BlockLayout.getElementOffsetInBits(4), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare()
H A DCGDebugInfo.h335 const llvm::StructLayout &BlockLayout, llvm::DIFile *Unit,