HomeSort by relevance Sort by last modified time
    Searched defs:LocalAddress (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h 37 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
53 assert((((uintptr_t)LocalAddress & 0x3) == 0) &&
64 Addend = *reinterpret_cast<support::ulittle32_t *>(LocalAddress);
66 Addend = *reinterpret_cast<support::ulittle64_t *>(LocalAddress);
70 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress);
83 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress);
96 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress);
104 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress);
133 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes,
148 assert((((uintptr_t)LocalAddress & 0x3) == 0) &
    [all...]
RuntimeDyldMachOX86_64.h 76 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
96 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
104 writeBytesUnaligned(Value, LocalAddress, 1 << RE.Size);
157 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset);
167 SignExtend64(readBytesUnaligned(LocalAddress, NumBytes), NumBytes * 8);
RuntimeDyldMachOARM.h 38 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
44 uint32_t Temp = readBytesUnaligned(LocalAddress, 4);
97 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
114 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
129 uint32_t Temp = readBytesUnaligned(LocalAddress, 4);
130 writeBytesUnaligned((Temp & ~0xffffff) | FinalValue, LocalAddress, 4);
144 uint32_t Insn = readBytesUnaligned(LocalAddress, 4);
146 writeBytesUnaligned(Insn, LocalAddress, 4);
226 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
227 int64_t Immediate = readBytesUnaligned(LocalAddress, 4); // Copy the whole instruction out
    [all...]
RuntimeDyldMachOI386.h 86 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
97 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
106 writeBytesUnaligned(Value, LocalAddress, 1 << RE.Size);
141 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
143 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes);
  /external/clang/lib/CodeGen/
CGBlocks.h 228 Address LocalAddress;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 67 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
69 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes);
138 uint8_t *LocalAddress = Section.getAddress() + RE.Offset;
142 << " LocalAddress: " << format("%p", LocalAddress)
RuntimeDyldELF.cpp 313 DEBUG(dbgs() << "resolveAArch64Relocation, LocalAddress: 0x"
454 DEBUG(dbgs() << "resolveARMRelocation, LocalAddress: "
502 DEBUG(dbgs() << "resolveMIPSRelocation, LocalAddress: "
636 DEBUG(dbgs() << "evaluateMIPS64Relocation, LocalAddress: 0x"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winhttp.h 540 SOCKADDR_STORAGE LocalAddress;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 

Completed in 579 milliseconds