Searched defs:updateSectionAddress (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DObjectImageCommon.h65 virtual void updateSectionAddress(const object::SectionRef &Sec, function in class:llvm::ObjectImageCommon
H A DRuntimeDyldELF.cpp61 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr);
96 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) function in class:__anon21248::ELFObjectImage
98 DyldObj->updateSectionAddress(Sec, Addr);
127 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, function in class:__anon21248::DyldELFObject

Completed in 81 milliseconds