HomeSort by relevance Sort by last modified time
    Searched full:getloadaddresswithoffset (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 255 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
263 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
272 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
292 Section.getLoadAddressWithOffset(Offset) & 0xFFFFFFFF;
311 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
451 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset) & 0xFFFFFFFF;
504 << format("%p", Section.getLoadAddressWithOffset(Offset))
535 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
540 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
547 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset)
    [all...]
RuntimeDyldImpl.h 108 uint64_t getLoadAddressWithOffset(unsigned OffsetBytes) const {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFI386.h 119 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(
136 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) -
RuntimeDyldMachOX86_64.h 83 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
RuntimeDyldMachOAArch64.h 327 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
336 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
RuntimeDyldCOFFX86_64.h 75 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
RuntimeDyldMachOI386.h 89 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
RuntimeDyldMachOARM.h 102 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);

Completed in 94 milliseconds