HomeSort by relevance Sort by last modified time
    Searched refs:ObjectSize (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Support/
StreamableMemoryObject.cpp 84 if (ObjectSize && address < ObjectSize) return true;
89 if (ObjectSize) return address == ObjectSize;
91 return address == ObjectSize && address != 0;
95 if (ObjectSize) return ObjectSize;
99 return ObjectSize;
124 ObjectSize = size;
137 ObjectSize(0), EOFReached(false)
    [all...]
  /external/llvm/include/llvm/Support/
StreamableMemoryObject.h 142 mutable size_t ObjectSize; // 0 if unknown, set if wrapper seen or EOF reached
151 if (EOFReached) return Pos < ObjectSize;
158 assert((!ObjectSize || BytesRead >= Pos) &&
161 ObjectSize = BytesRead;
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 392 uint64_t ObjectSize = getPointerSize(UO2, AA);
393 if (ObjectSize != AliasAnalysis::UnknownSize)
394 if (ObjectSize == Later.Size && ObjectSize >= Earlier.Size)
SeparateConstOffsetFromGEP.cpp 627 uint64_t ObjectSize =
639 // in bounds, we know a <= ObjectSize, so the condition can be reduced
640 // to ObjectSize <= max signed value of typeof(a).
641 if (ObjectSize <=
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nmsupp.h 58 extern HOBJECTHEAP WINAPI CreateObjectHeap(DWORD ObjectSize,OBJECTPROC ObjectProc);
netmon.h 1028 HOBJECTHEAP WINAPI CreateObjectHeap(DWORD ObjectSize,OBJECTPROC ObjectProc);
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 118 // c2: llvm.objectsize() intrinsic
146 uint64_t ObjectSize = getObjectSize(V, DL, TLI, /*RoundToAlign*/true);
148 return ObjectSize != AliasAnalysis::UnknownSize && ObjectSize < Size;
155 uint64_t ObjectSize = getObjectSize(V, DL, TLI);
156 return ObjectSize != AliasAnalysis::UnknownSize && ObjectSize == Size;
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 445 return SanOpts->Null | SanOpts->Alignment | SanOpts->ObjectSize |
480 if (SanOpts->ObjectSize && !Ty->isIncompleteType()) {
488 llvm::Value *F = CGM.getIntrinsic(llvm::Intrinsic::objectsize, Tys);
    [all...]
  /external/libmtp/src/
ptp-pack.c     [all...]
ptp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 329 milliseconds