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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
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...]
RuntimeDyldMachO.cpp 75 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) {

Completed in 32 milliseconds