Searched refs:ulittle32_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DCOFF.h49 support::ulittle32_t AddressOfNewExeHeader;
55 support::ulittle32_t TimeDateStamp;
56 support::ulittle32_t PointerToSymbolTable;
57 support::ulittle32_t NumberOfSymbols;
69 support::ulittle32_t SizeOfCode;
70 support::ulittle32_t SizeOfInitializedData;
71 support::ulittle32_t SizeOfUninitializedData;
72 support::ulittle32_t AddressOfEntryPoint;
73 support::ulittle32_t BaseOfCode;
74 support::ulittle32_t BaseOfDat
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DWin64EH.h70 support::ulittle32_t StartAddress;
71 support::ulittle32_t EndAddress;
72 support::ulittle32_t UnwindInfoOffset;
H A DEndian.h96 <uint32_t, little, unaligned> ulittle32_t; typedef in namespace:llvm::support
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DArchive.cpp343 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*>(bu
[all...]
H A DCOFFObjectFile.cpp29 using support::ulittle32_t;
378 const ulittle32_t *StringTableSizePtr;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderInternals.h47 typedef llvm::support::ulittle32_t LE32DeclID;
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp432 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;
/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h248 return *reinterpret_cast<support::ulittle32_t *>(buf);
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DPath.cpp958 *reinterpret_cast<const support::ulittle32_t*>(Magic.data() + 0x3c);

Completed in 209 milliseconds