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

  /external/llvm/include/llvm/Object/
COFF.h 30 support::ulittle32_t TimeDateStamp;
31 support::ulittle32_t PointerToSymbolTable;
32 support::ulittle32_t NumberOfSymbols;
39 support::ulittle32_t Zeroes;
40 support::ulittle32_t Offset;
48 support::ulittle32_t Value;
67 support::ulittle32_t VirtualSize;
68 support::ulittle32_t VirtualAddress;
69 support::ulittle32_t SizeOfRawData;
70 support::ulittle32_t PointerToRawData
    [all...]
  /external/llvm/include/llvm/Support/
Win64EH.h 70 support::ulittle32_t StartAddress;
71 support::ulittle32_t EndAddress;
72 support::ulittle32_t UnwindInfoOffset;
Endian.h 96 <uint32_t, little, unaligned> ulittle32_t; typedef in namespace:llvm::support
  /external/llvm/lib/Object/
Archive.cpp 201 uint32_t MemberCount = *reinterpret_cast<const support::ulittle32_t*>(Buf);
204 Buf += sizeof(support::ulittle32_t)
205 + (MemberCount * sizeof(support::ulittle32_t));
207 uint32_t SymbolCount = *reinterpret_cast<const support::ulittle32_t*>(Buf);
213 const char *Indices = Buf + sizeof(support::ulittle32_t);
226 Offset = *(reinterpret_cast<const support::ulittle32_t*>(Offsets)
258 member_count = *reinterpret_cast<const support::ulittle32_t*>(buf);
260 symbol_count = *reinterpret_cast<const support::ulittle32_t*>(buf);
277 member_count = *reinterpret_cast<const support::ulittle32_t*>(buf);
279 symbol_count = *reinterpret_cast<const support::ulittle32_t*>(buf)
    [all...]
COFFObjectFile.cpp 28 using support::ulittle32_t;
486 if (!checkAddr(Data, ec, uintptr_t(StringTable), sizeof(ulittle32_t)))
489 StringTableSize = *reinterpret_cast<const ulittle32_t *>(StringTable);
  /external/llvm/lib/Support/
Path.cpp 24 using support::ulittle32_t;
137 uint32_t off = *reinterpret_cast<const ulittle32_t *>(magic + 0x3c);
PathV2.cpp 841 *reinterpret_cast<const support::ulittle32_t*>(magic.data() + 0x3c);
  /external/clang/lib/Serialization/
ASTReaderInternals.h 47 typedef llvm::support::ulittle32_t LE32DeclID;
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 248 return *reinterpret_cast<support::ulittle32_t *>(buf);
  /external/llvm/utils/yaml2obj/
yaml2obj.cpp 777 *reinterpret_cast<support::ulittle32_t *>(&CP.StringTable[0])
    [all...]

Completed in 83 milliseconds