Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getObjectSize

99 /// getObjectSize - Return the size of the object specified by V, or
101 static uint64_t getObjectSize(const Value *V, const DataLayout &DL,
105 if (getObjectSize(V, Size, &DL, &TLI, RoundToAlign))
117 // c1: llvm::getObjectSize()
128 // stretch of memory of q[0:19]. So, getObjectSize(q) should return 20.
133 // parameter, before the llvm::getObjectSize() is called to get the size of
146 uint64_t ObjectSize = getObjectSize(V, DL, TLI, /*RoundToAlign*/true);
155 uint64_t ObjectSize = getObjectSize(V, DL, TLI);