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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 34 void resolveRelocation(const SectionEntry &Section,
90 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value);
RuntimeDyldMachO.h 50 void resolveRelocation(const SectionEntry &Section,
60 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value);
RuntimeDyldMachO.cpp 87 void RuntimeDyldMachO::resolveRelocation(const RelocationEntry &RE,
90 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
94 void RuntimeDyldMachO::resolveRelocation(const SectionEntry &Section,
106 DEBUG(dbgs() << "resolveRelocation LocalAddress: "
352 resolveRelocation(Section, Offset, (uint64_t)Addr,
361 resolveRelocation(Section, Offset,
375 resolveRelocation(Section, Offset,
RuntimeDyldELF.cpp 738 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE,
741 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend);
744 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section,
871 resolveRelocation(Section, Offset,
    [all...]
RuntimeDyldImpl.h 282 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
RuntimeDyld.cpp 452 resolveRelocation(RE, Value);

Completed in 70 milliseconds