Searched refs:getLoadAddressWithOffset (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp60 << format("%llx", Section.getLoadAddressWithOffset(Offset))
78 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
82 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
86 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
90 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
94 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
98 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
102 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
115 << format("%llx", Section.getLoadAddressWithOffset(Offset))
178 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offse
[all...]
H A DRuntimeDyldCOFFX86_64.h99 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
179 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset));
H A DRuntimeDyldCOFFI386.h155 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(
170 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) -
H A DRuntimeDyldCOFFThumb.h201 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend);
248 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend);
H A DRuntimeDyldCOFFAArch64.h129 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset));
259 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
H A DRuntimeDyldMachOX86_64.h96 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
H A DRuntimeDyldMachOAArch64.h392 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
401 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
H A DRuntimeDyldMachOI386.h105 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
H A DRuntimeDyldMachOARM.h211 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp309 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
317 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
326 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
339 GOTBase = Section.getLoadAddressWithOffset(0);
365 Section.getLoadAddressWithOffset(Offset) & 0xFFFFFFFF;
384 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
558 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset) & 0xFFFFFFFF;
843 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
848 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
853 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offse
[all...]
H A DRuntimeDyldImpl.h100 uint64_t getLoadAddressWithOffset(unsigned OffsetBytes) const { function in class:llvm::SectionEntry

Completed in 220 milliseconds