HomeSort by: relevance | last modified time | path
    Searched refs:readBytesUnaligned (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOARM.h 71 uint32_t Temp = readBytesUnaligned(LocalAddress, 4);
82 uint16_t HighInsn = readBytesUnaligned(LocalAddress, 2);
88 uint16_t LowInsn = readBytesUnaligned(LocalAddress + 2, 2);
221 uint16_t HighInsn = readBytesUnaligned(LocalAddress, 2);
226 uint16_t LowInsn = readBytesUnaligned(LocalAddress + 2, 2);
254 uint32_t Temp = readBytesUnaligned(LocalAddress, 4);
272 uint32_t Insn = readBytesUnaligned(LocalAddress, 4);
365 int64_t Immediate = readBytesUnaligned(LocalAddress, 4); // Copy the whole instruction out.
RuntimeDyldCOFFX86_64.h 247 Addend = readBytesUnaligned(Displacement, 4);
258 Addend = readBytesUnaligned(Displacement, 8);
RuntimeDyldELFMips.cpp 155 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize());
215 uint32_t Insn = readBytesUnaligned(TargetPtr, 4);
RuntimeDyldCOFFI386.h 89 Addend = readBytesUnaligned(Displacement, 4);
RuntimeDyldMachOX86_64.h 171 SignExtend64(readBytesUnaligned(LocalAddress, NumBytes), NumBytes * 8);
RuntimeDyldCOFFThumb.h 92 Addend = readBytesUnaligned(Displacement, 4);
RuntimeDyldMachOI386.h 161 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes);
RuntimeDyldMachOAArch64.h 500 SignExtend64(readBytesUnaligned(LocalAddress, NumBytes), NumBytes * 8);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 50 return static_cast<int64_t>(readBytesUnaligned(Src, NumBytes));
71 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes);
282 uint32_t Length = readBytesUnaligned(P, 4);
285 uint32_t Offset = readBytesUnaligned(P, 4);
290 TargetPtrT FDELocation = readBytesUnaligned(P, sizeof(TargetPtrT));
302 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT));
RuntimeDyldImpl.h 342 uint64_t readBytesUnaligned(uint8_t *Src, unsigned Size) const;
RuntimeDyldELF.cpp 869 uint32_t Inst = readBytesUnaligned(LocalAddress, 4);
1339 uint32_t Opcode = readBytesUnaligned(Placeholder, 4);
RuntimeDyld.cpp 699 uint64_t RuntimeDyldImpl::readBytesUnaligned(uint8_t *Src,

Completed in 23 milliseconds