Searched refs:DyldELFObject (Results 1 – 1 of 1) sorted by relevance
58 template <class ELFT> class DyldELFObject : public ELFObjectFile<ELFT> { class63 DyldELFObject(ELFObjectFile<ELFT> &&Obj);66 static Expected<std::unique_ptr<DyldELFObject>>89 DyldELFObject<ELFT>::DyldELFObject(ELFObjectFile<ELFT> &&Obj) in DyldELFObject() function in __anon246f2b110111::DyldELFObject95 Expected<std::unique_ptr<DyldELFObject<ELFT>>>96 DyldELFObject<ELFT>::create(MemoryBufferRef Wrapper) { in create()100 std::unique_ptr<DyldELFObject<ELFT>> Ret( in create()101 new DyldELFObject<ELFT>(std::move(*Obj))); in create()106 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, in updateSectionAddress()118 void DyldELFObject<ELFT>::updateSymbolAddress(const SymbolRef &SymRef, in updateSymbolAddress()[all …]