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 47 support::ulittle32_t AddressOfNewExeHeader;
53 support::ulittle32_t TimeDateStamp;
54 support::ulittle32_t PointerToSymbolTable;
55 support::ulittle32_t NumberOfSymbols;
65 support::ulittle32_t SizeOfCode;
66 support::ulittle32_t SizeOfInitializedData;
67 support::ulittle32_t SizeOfUninitializedData;
68 support::ulittle32_t AddressOfEntryPoint;
69 support::ulittle32_t BaseOfCode;
70 support::ulittle32_t BaseOfData
    [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 343 uint32_t MemberCount = *reinterpret_cast<const support::ulittle32_t*>(Buf);
346 Buf += sizeof(support::ulittle32_t)
347 + (MemberCount * sizeof(support::ulittle32_t));
349 uint32_t SymbolCount = *reinterpret_cast<const support::ulittle32_t*>(Buf);
355 const char *Indices = Buf + sizeof(support::ulittle32_t);
368 Offset = *(reinterpret_cast<const support::ulittle32_t*>(Offsets)
401 member_count = *reinterpret_cast<const support::ulittle32_t*>(buf);
403 symbol_count = *reinterpret_cast<const support::ulittle32_t*>(buf);
422 member_count = *reinterpret_cast<const support::ulittle32_t*>(buf);
424 symbol_count = *reinterpret_cast<const support::ulittle32_t*>(buf)
    [all...]
COFFObjectFile.cpp 28 using support::ulittle32_t;
504 const ulittle32_t *StringTableSizePtr;
  /external/clang/lib/Serialization/
ASTReaderInternals.h 47 typedef llvm::support::ulittle32_t LE32DeclID;
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 432 support::ulittle32_t TagIndex;
433 support::ulittle32_t TotalSize;
434 support::ulittle32_t PointerToLineNumber;
435 support::ulittle32_t PointerToNextFunction;
440 support::ulittle32_t TagIndex;
441 support::ulittle32_t Characteristics;
452 support::ulittle32_t SymbolTableIndex;
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 248 return *reinterpret_cast<support::ulittle32_t *>(buf);
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 170 *reinterpret_cast<support::ulittle32_t *>(&CP.StringTable[0])
  /external/llvm/lib/Support/
Path.cpp 948 *reinterpret_cast<const support::ulittle32_t*>(Magic.data() + 0x3c);

Completed in 394 milliseconds