Searched refs:getElementContainingOffset (Results 1 – 12 of 12) sorted by relevance
135 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset); in LLVMElementAtOffset()
120 See the method [llvm::StructLayout::getElementContainingOffset]. *)124 See the method [llvm::StructLayout::getElementContainingOffset]. *)
143 unsigned Op = SL->getElementContainingOffset(Offset); in getPointerAtOffset()
511 unsigned Op = SL->getElementContainingOffset(Offset); in findFuncPointers()
469 unsigned Index = SL->getElementContainingOffset(ByteOffset); in ReadDataFromGlobal()1004 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue()); in SymbolicallyEvaluateGEP()
623 unsigned getElementContainingOffset(uint64_t Offset) const;
82 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const { in getElementContainingOffset() function in StructLayout
1523 unsigned Index = SL->getElementContainingOffset(StructOffset); in getNaturalGEPRecursively()3630 unsigned Index = SL->getElementContainingOffset(0); in stripAggregateTypeWrapping()3713 unsigned Index = SL->getElementContainingOffset(Offset); in getTypePartition()3735 unsigned EndIndex = SL->getElementContainingOffset(EndOffset); in getTypePartition()
521 unsigned ElIdx = SL.getElementContainingOffset(FullOffset); in expandAddToGEP()
1267 unsigned Elt = SL->getElementContainingOffset(Offset); in FindElementAtOffset()
3383 unsigned Elt = SL->getElementContainingOffset(IROffset); in ContainsFloatAtOffset()3471 unsigned FieldIdx = SL->getElementContainingOffset(IROffset); in GetINTEGERTypeAtOffset()
215 uint64_t Idx = SL->getElementContainingOffset(Offset); in constructPointer()