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

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 89 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
138 Addr = Section.getAddressWithOffset(i->second);
141 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset());
168 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset);
RuntimeDyldELFMips.cpp 45 applyMIPSRelocation(Section.getAddressWithOffset(RE.Offset), Value,
58 << format("%llx", Section.getAddressWithOffset(Offset))
113 << format("%llx", Section.getAddressWithOffset(Offset))
270 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue,
299 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue,
307 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset);
311 << Section.getAddressWithOffset(Offset) << " FinalAddress: "
RuntimeDyldMachOARM.h 65 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
206 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
314 Addr = Section.getAddressWithOffset(i->second);
326 Addr = Section.getAddressWithOffset(Section.getStubOffset());
364 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
RuntimeDyldCOFFX86_64.h 89 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
163 createStubFunction(Section.getAddressWithOffset(StubOffset));
174 // write32BitOffset(Section.getAddressWithOffset(Offset), 0, StubOffset);
RuntimeDyldMachOI386.h 102 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
159 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
RuntimeDyldMachOAArch64.h 36 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
359 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
490 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset);
RuntimeDyldCOFFAArch64.h 119 createStubFunction(Section.getAddressWithOffset(StubOffset));
258 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
RuntimeDyldCOFFI386.h 144 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
RuntimeDyldCOFFThumb.h 188 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 273 *Section.getAddressWithOffset(Offset) = TruncatedAddr;
275 << format("%p\n", Section.getAddressWithOffset(Offset)));
282 support::ulittle16_t::ref(Section.getAddressWithOffset(Offset)) =
285 << format("%p\n", Section.getAddressWithOffset(Offset)));
289 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) =
292 << format("%p\n", Section.getAddressWithOffset(Offset)));
302 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) =
305 << format("%p\n", Section.getAddressWithOffset(Offset)));
321 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) =
328 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset))
    [all...]
RuntimeDyldImpl.h 89 uint8_t *getAddressWithOffset(unsigned OffsetBytes) const {
RuntimeDyldMachO.cpp 69 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);

Completed in 21 milliseconds