Home
last modified time | relevance | path

Searched refs:updateSectionAddress (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DObjectImage.h46 virtual void updateSectionAddress(const object::SectionRef &Sec,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DObjectImageCommon.h65 virtual void updateSectionAddress(const object::SectionRef &Sec, in updateSectionAddress() function
DRuntimeDyldELF.cpp61 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr);
96 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) in updateSectionAddress() function in __anon0adb0c590111::ELFObjectImage
98 DyldObj->updateSectionAddress(Sec, Addr); in updateSectionAddress()
127 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, in updateSectionAddress() function in __anon0adb0c590111::DyldELFObject
DRuntimeDyld.cpp280 Obj.updateSectionAddress(Section, (uint64_t)Addr); in emitSection()