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

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTypes.cpp170 size_t TType::getObjectSize() const function in class:TType
219 size_t fieldSize = (*mFields)[i]->type()->getObjectSize();
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp366 bool llvm::getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout *DL, function in class:llvm
H A DBasicAliasAnalysis.cpp99 /// getObjectSize - Return the size of the object specified by V, or
101 static uint64_t getObjectSize(const Value *V, const DataLayout &DL, function
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);
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h367 /// getObjectSize - Return the size of the specified object.
369 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 3006 milliseconds