Home
last modified time | relevance | path

Searched refs:ulittle64_t (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Object/
DCOFF.h136 support::ulittle64_t ImageBase;
151 support::ulittle64_t SizeOfStackReserve;
152 support::ulittle64_t SizeOfStackCommit;
153 support::ulittle64_t SizeOfHeapReserve;
154 support::ulittle64_t SizeOfHeapCommit;
600 support::ulittle64_t SecurityCookie;
601 support::ulittle64_t SEHandlerTable;
602 support::ulittle64_t SEHandlerCount;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h66 Addend = *reinterpret_cast<support::ulittle64_t *>(LocalAddress); in decodeAddend()
161 *reinterpret_cast<support::ulittle64_t *>(LocalAddress) = Addend; in encodeAddend()
/external/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp105 *reinterpret_cast<const ulittle64_t *>(Data.data()), in consume()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DEndian.h144 <uint64_t, little, unaligned> ulittle64_t;
/external/llvm/include/llvm/Support/
DEndian.h238 <uint64_t, little, unaligned> ulittle64_t; typedef
/external/llvm/lib/Object/
DCOFFObjectFile.cpp30 using support::ulittle64_t;
1244 auto *Entry = reinterpret_cast<ulittle64_t *>(IntPtr); in importedSymbolEnd()
1337 Result = *reinterpret_cast<const ulittle64_t *>(IntPtr); in getImportAddress()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp235 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
274 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
1768 Value.Addend += support::ulittle64_t::ref(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()
/external/llvm/unittests/Support/
DYAMLIOTest.cpp404 llvm::support::ulittle64_t u64;