HomeSort by relevance Sort by last modified time
    Searched refs:ByteOffset (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocStream.h 44 size_t ByteOffset;
46 Entry(const MCSymbol *BeginSym, const MCSymbol *EndSym, size_t ByteOffset,
48 : BeginSym(BeginSym), EndSym(EndSym), ByteOffset(ByteOffset),
117 .slice(Entries[EI].ByteOffset, getNumBytes(EI));
143 return DWARFBytes.size() - Entries[EI].ByteOffset;
144 return Entries[EI + 1].ByteOffset - Entries[EI].ByteOffset;
DebugLocStream.cpp 29 if (Entries.back().ByteOffset != DWARFBytes.size())
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Loads.cpp 56 uint64_t &ByteOffset,
65 ByteOffset += TD->getIndexedOffset(GEP->getPointerOperandType(),
88 uint64_t ByteOffset = 0;
91 Base = getUnderlyingObjectWithOffset(V, TD, ByteOffset);
119 if (ByteOffset + LoadSize <= TD->getTypeAllocSize(BaseType) &&
120 (Align == 0 || (ByteOffset % Align) == 0))
ConstantFolding.cpp 235 /// constant being copied out of. ByteOffset is an offset into C. CurPtr is the
238 static bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset,
241 assert(ByteOffset <= TD.getTypeAllocSize(C->getType()) &&
257 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) {
258 CurPtr[i] = (unsigned char)(Val >> (ByteOffset * 8));
259 ++ByteOffset;
267 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, TD);
271 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, TD);
278 unsigned Index = SL->getElementContainingOffset(ByteOffset);
280 ByteOffset -= CurEltOffset
    [all...]
  /external/llvm/unittests/Transforms/IPO/
LowerTypeTests.cpp 20 uint64_t ByteOffset;
62 EXPECT_EQ(T.ByteOffset, BSI.ByteOffset);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/IPO/
LowerTypeTests.h 38 uint64_t ByteOffset;
  /external/llvm/lib/Analysis/
Loads.cpp 199 int64_t ByteOffset = 0;
201 Base = GetPointerBaseWithConstantOffset(V, ByteOffset, DL);
203 if (ByteOffset < 0) // out of bounds
235 if (ByteOffset + LoadSize <= DL.getTypeAllocSize(BaseType) &&
236 ((ByteOffset % Align) == 0))
ConstantFolding.cpp 283 /// out of. ByteOffset is an offset into C. CurPtr is the pointer to copy
286 bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset, unsigned char *CurPtr,
288 assert(ByteOffset <= DL.getTypeAllocSize(C->getType()) &&
304 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) {
305 int n = ByteOffset;
309 ++ByteOffset;
317 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL);
321 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL);
325 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL);
332 unsigned Index = SL->getElementContainingOffset(ByteOffset);
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 43 uint64_t ByteOffset;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvol.h 93 LARGE_INTEGER ByteOffset;
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 174 // tables, and the ByteOffset is the offset in bytes from the address point to
178 uint64_t ByteOffset;
196 DenseMapInfo<uint64_t>::getHashValue(I.ByteOffset);
200 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset;
272 uint64_t ByteOffset);
358 const std::set<TypeMemberInfo> &TypeMemberInfos, uint64_t ByteOffset) {
370 uint64_t GlobalSlotOffset = TM.Offset + ByteOffset;
811 // function implementation at offset S.first.ByteOffset, and add to
815 S.first.ByteOffset))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 22 ByteOffset = Type("ByteOffset", "l")

Completed in 673 milliseconds

1 2 3