Searched refs:getElementOffsetInBits (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 656 TypeSize getElementOffsetInBits(unsigned Idx) const { in getElementOffsetInBits() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Sparc.cpp | 182 uint64_t ElemOffset = Offset + Layout->getElementOffsetInBits(i); in addStruct()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5185 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare() 5188 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare() 5192 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare() 5195 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare() 5199 BlockLayout.getElementOffsetInBits(2), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare() 5203 BlockLayout.getElementOffsetInBits(3), in collectDefaultFieldsForBlockLiteralDeclare() 5210 Loc, AS_public, BlockLayout.getElementOffsetInBits(4), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare() 5247 blockLayout->getElementOffsetInBits(block.CXXThisIndex); in EmitDeclareOfBlockLiteralArgVariable() 5263 blockLayout->getElementOffsetInBits(captureInfo.getIndex()); in EmitDeclareOfBlockLiteralArgVariable()
|
H A D | CGRecordLayoutBuilder.cpp | 1172 assert(AST_RL.getFieldOffset(i) == SL->getElementOffsetInBits(FieldNo) && in ComputeRecordLayout()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1067 Layout.getStructLayout(StructTy)->getElementOffsetInBits(I), in solveDIType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 258 if (StartPos != Layout->getElementOffsetInBits(I)) in isDenselyPacked()
|