Searched refs:getElementOffsetInBits (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Sparc.cpp | 182 uint64_t ElemOffset = Offset + Layout->getElementOffsetInBits(i); in addStruct()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 656 TypeSize getElementOffsetInBits(unsigned Idx) const { in getElementOffsetInBits() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 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() 5112 blockLayout->getElementOffsetInBits(block.CXXThisIndex); in EmitDeclareOfBlockLiteralArgVariable() 5128 blockLayout->getElementOffsetInBits(captureInfo.getIndex()); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGRecordLayoutBuilder.cpp | 975 assert(AST_RL.getFieldOffset(i) == SL->getElementOffsetInBits(FieldNo) && in ComputeRecordLayout()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1064 Layout.getStructLayout(StructTy)->getElementOffsetInBits(I), in solveDIType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 258 if (StartPos != Layout->getElementOffsetInBits(I)) in isDenselyPacked()
|