HomeSort by relevance Sort by last modified time
    Searched defs:getObjectSize (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/compiler/
SymbolTable.cpp 61 size_t TType::getObjectSize() const
108 size_t fieldSize = (*mFields)[i]->type()->getObjectSize();
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 357 bool llvm::getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout *TD,
BasicAliasAnalysis.cpp 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);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 345 /// getObjectSize - Return the size of the specified object.
347 int64_t getObjectSize(int ObjectIdx) const {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 153 milliseconds