Home
last modified time | relevance | path

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

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