HomeSort by relevance Sort by last modified time
    Searched refs:updateSectionAddress (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
ObjectImage.h 55 virtual void updateSectionAddress(const object::SectionRef &Sec,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImageCommon.h 77 void updateSectionAddress(const object::SectionRef &Sec,
RuntimeDyldELF.cpp 62 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr);
89 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) override {
91 ->updateSectionAddress(Sec, Addr);
128 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec,
    [all...]
RuntimeDyld.cpp 466 Obj.updateSectionAddress(Section, (uint64_t)Addr);
RuntimeDyldMachO.cpp 75 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) {

Completed in 59 milliseconds