Searched refs:getAddressWithOffset (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h89 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);
H A DRuntimeDyldELFMips.cpp45 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: "
H A DRuntimeDyldMachOARM.h65 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);
H A DRuntimeDyldCOFFX86_64.h89 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
163 createStubFunction(Section.getAddressWithOffset(StubOffset));
174 // write32BitOffset(Section.getAddressWithOffset(Offset), 0, StubOffset);
H A DRuntimeDyldMachOI386.h102 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
159 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
H A DRuntimeDyldMachOAArch64.h36 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
359 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
490 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset);
H A DRuntimeDyldCOFFAArch64.h119 createStubFunction(Section.getAddressWithOffset(StubOffset));
258 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
H A DRuntimeDyldCOFFI386.h144 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
H A DRuntimeDyldCOFFThumb.h188 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp273 *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(Offse
[all...]
H A DRuntimeDyldMachO.cpp69 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
H A DRuntimeDyldImpl.h89 uint8_t *getAddressWithOffset(unsigned OffsetBytes) const { function in class:llvm::SectionEntry

Completed in 212 milliseconds