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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImage.h 46 virtual void updateSectionAddress(const object::SectionRef &Sec,
RuntimeDyldELF.cpp 53 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr);
91 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr)
93 DyldObj->updateSectionAddress(Sec, Addr);
121 void DyldELFObject<target_endianness, is64Bits>::updateSectionAddress(
RuntimeDyld.cpp 273 Obj.updateSectionAddress(Section, (uint64_t)Addr);

Completed in 70 milliseconds