Home
last modified time | relevance | path

Searched refs:getElementOffsetInBits (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp182 uint64_t ElemOffset = Offset + Layout->getElementOffsetInBits(i); in addStruct()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h656 TypeSize getElementOffsetInBits(unsigned Idx) const { in getElementOffsetInBits() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5050 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 DCGRecordLayoutBuilder.cpp975 assert(AST_RL.getFieldOffset(i) == SL->getElementOffsetInBits(FieldNo) && in ComputeRecordLayout()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1064 Layout.getStructLayout(StructTy)->getElementOffsetInBits(I), in solveDIType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp258 if (StartPos != Layout->getElementOffsetInBits(I)) in isDenselyPacked()