Searched defs:getObjectSize (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp353 bool llvm::getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout &DL, function in class:llvm
H A DBasicAliasAnalysis.cpp100 /// getObjectSize - Return the size of the object specified by V, or
102 static uint64_t getObjectSize(const Value *V, const DataLayout &DL, function
106 if (getObjectSize(V, Size, DL, &TLI, RoundToAlign))
118 // c1: llvm::getObjectSize()
129 // stretch of memory of q[0:19]. So, getObjectSize(q) should return 20.
134 // parameter, before the llvm::getObjectSize() is called to get the size of
147 uint64_t ObjectSize = getObjectSize(V, DL, TLI, /*RoundToAlign*/true);
156 uint64_t ObjectSize = getObjectSize(V, DL, TLI);
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h386 /// getObjectSize - Return the size of the specified object.
388 int64_t getObjectSize(int ObjectIdx) const { function in class:llvm::MachineFrameInfo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 132 milliseconds