reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/Minidump.h
   44   support::ulittle64_t Flags;
   68   support::ulittle64_t StartOfMemoryRange;
   76   support::ulittle64_t NumberOfEntries;
  105   support::ulittle64_t BaseAddress;
  106   support::ulittle64_t AllocationBase;
  109   support::ulittle64_t RegionSize;
  204   support::ulittle64_t BaseOfImage;
  212   support::ulittle64_t Reserved0;
  213   support::ulittle64_t Reserved1;
  224   support::ulittle64_t EnvironmentBlock;
  235   support::ulittle64_t ExceptionRecord;
  236   support::ulittle64_t ExceptionAddress;
  239   support::ulittle64_t ExceptionInformation[MaxParameters];
include/llvm/Object/COFF.h
  149   support::ulittle64_t ImageBase;
  164   support::ulittle64_t SizeOfStackReserve;
  165   support::ulittle64_t SizeOfStackCommit;
  166   support::ulittle64_t SizeOfHeapReserve;
  167   support::ulittle64_t SizeOfHeapCommit;
  664   support::ulittle64_t DeCommitFreeBlockThreshold;
  665   support::ulittle64_t DeCommitTotalFreeThreshold;
  666   support::ulittle64_t LockPrefixTable;
  667   support::ulittle64_t MaximumAllocationSize;
  668   support::ulittle64_t VirtualMemoryThreshold;
  669   support::ulittle64_t ProcessAffinityMask;
  673   support::ulittle64_t EditList;
  674   support::ulittle64_t SecurityCookie;
  675   support::ulittle64_t SEHandlerTable;
  676   support::ulittle64_t SEHandlerCount;
  679   support::ulittle64_t GuardCFCheckFunction;
  680   support::ulittle64_t GuardCFCheckDispatch;
  681   support::ulittle64_t GuardCFFunctionTable;
  682   support::ulittle64_t GuardCFFunctionCount;
  687   support::ulittle64_t GuardAddressTakenIatEntryTable;
  688   support::ulittle64_t GuardAddressTakenIatEntryCount;
  689   support::ulittle64_t GuardLongJumpTargetTable;
  690   support::ulittle64_t GuardLongJumpTargetCount;
  691   support::ulittle64_t DynamicValueRelocTable;
  692   support::ulittle64_t CHPEMetadataPointer;
  693   support::ulittle64_t GuardRFFailureRoutine;
  694   support::ulittle64_t GuardRFFailureRoutineFunctionPointer;
  698   support::ulittle64_t GuardRFVerifyStackPointerFunctionPointer;
lib/ObjectYAML/MinidumpYAML.cpp
  390     support::ulittle64_t &Field = Exception.ExceptionInformation[Index];
tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp
  593   ulittle64_t *loc64 = reinterpret_cast<ulittle64_t *>(loc);
  699   ulittle64_t *loc64 = reinterpret_cast<ulittle64_t *>(loc);
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
  581   ulittle64_t *loc64 = reinterpret_cast<ulittle64_t *>(loc);
  665   ulittle64_t *loc64 = reinterpret_cast<ulittle64_t *>(loc);
tools/lldb/source/Plugins/Process/minidump/MinidumpTypes.h
   79   llvm::support::ulittle64_t start_of_memory_range;
   80   llvm::support::ulittle64_t data_size;
tools/lldb/source/Plugins/Process/minidump/NtStructures.h
   22   llvm::support::ulittle64_t reserved1[12];
   23   llvm::support::ulittle64_t process_environment_block;
   24   llvm::support::ulittle64_t reserved2[399];
   26   llvm::support::ulittle64_t tls_slots[64];
   28   llvm::support::ulittle64_t reserved5[26];
   29   llvm::support::ulittle64_t reserved_for_ole; // Windows 2000 only
   30   llvm::support::ulittle64_t reserved6[4];
   31   llvm::support::ulittle64_t tls_expansion_slots;
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h
   39   llvm::support::ulittle64_t high;
   40   llvm::support::ulittle64_t low;
   65   llvm::support::ulittle64_t p1_home;
   66   llvm::support::ulittle64_t p2_home;
   67   llvm::support::ulittle64_t p3_home;
   68   llvm::support::ulittle64_t p4_home;
   69   llvm::support::ulittle64_t p5_home;
   70   llvm::support::ulittle64_t p6_home;
   95   llvm::support::ulittle64_t dr0;
   96   llvm::support::ulittle64_t dr1;
   97   llvm::support::ulittle64_t dr2;
   98   llvm::support::ulittle64_t dr3;
   99   llvm::support::ulittle64_t dr6;
  100   llvm::support::ulittle64_t dr7;
  104   llvm::support::ulittle64_t rax;
  105   llvm::support::ulittle64_t rcx;
  106   llvm::support::ulittle64_t rdx;
  107   llvm::support::ulittle64_t rbx;
  111   llvm::support::ulittle64_t rsp;
  115   llvm::support::ulittle64_t rbp;
  116   llvm::support::ulittle64_t rsi;
  117   llvm::support::ulittle64_t rdi;
  118   llvm::support::ulittle64_t r8;
  119   llvm::support::ulittle64_t r9;
  120   llvm::support::ulittle64_t r10;
  121   llvm::support::ulittle64_t r11;
  122   llvm::support::ulittle64_t r12;
  123   llvm::support::ulittle64_t r13;
  124   llvm::support::ulittle64_t r14;
  125   llvm::support::ulittle64_t r15;
  129   llvm::support::ulittle64_t rip;
  147   llvm::support::ulittle64_t vector_control;
  151   llvm::support::ulittle64_t debug_control;
  152   llvm::support::ulittle64_t last_branch_to_rip;
  153   llvm::support::ulittle64_t last_branch_from_rip;
  154   llvm::support::ulittle64_t last_exception_to_rip;
  155   llvm::support::ulittle64_t last_exception_from_rip;
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
  233     llvm::support::ulittle64_t U;
unittests/Support/BinaryStreamTest.cpp
  524   support::ulittle64_t Little{908234};
  532   initializeOutput(Size, alignof(support::ulittle64_t));
  533   initializeInputFromOutput(alignof(support::ulittle64_t));
  543     const support::ulittle64_t *Little2;
unittests/Support/YAMLIOTest.cpp
  490   llvm::support::ulittle64_t u64;