Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getObjectSize

85 /// getObjectSize - Return the size of the object specified by V, or
87 static uint64_t getObjectSize(const Value *V, const DataLayout &TD,
91 if (getObjectSize(V, Size, &TD, &TLI, RoundToAlign))
103 // c1: llvm::getObjectSize()
114 // stretch of memory of q[0:19]. So, getObjectSize(q) should return 20.
119 // parameter, before the llvm::getObjectSize() is called to get the size of
132 uint64_t ObjectSize = getObjectSize(V, TD, TLI, /*RoundToAlign*/true);
141 uint64_t ObjectSize = getObjectSize(V, TD, TLI);