Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DDataLayout.h660 uint64_t getElementOffsetInBits(unsigned Idx) const { in getElementOffsetInBits() function
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.cpp4861 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare()
4864 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare()
4868 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare()
4871 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare()
4875 BlockLayout.getElementOffsetInBits(2), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare()
4879 BlockLayout.getElementOffsetInBits(3), in collectDefaultFieldsForBlockLiteralDeclare()
4886 Loc, AS_public, BlockLayout.getElementOffsetInBits(4), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare()
4923 blockLayout->getElementOffsetInBits(block.CXXThisIndex); in EmitDeclareOfBlockLiteralArgVariable()
4939 blockLayout->getElementOffsetInBits(captureInfo.getIndex()); in EmitDeclareOfBlockLiteralArgVariable()
DCGRecordLayoutBuilder.cpp963 assert(AST_RL.getFieldOffset(i) == SL->getElementOffsetInBits(FieldNo) && in ComputeRecordLayout()
DTargetInfo.cpp9856 uint64_t ElemOffset = Offset + Layout->getElementOffsetInBits(i); in addStruct()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp931 Layout.getStructLayout(StructTy)->getElementOffsetInBits(I), in solveDIType()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp230 if (StartPos != Layout->getElementOffsetInBits(I)) in isDenselyPacked()