Searched refs:DyldELFObject (Results 1 – 2 of 2) sorted by relevance
58 template <class ELFT> class DyldELFObject : public ELFObjectFile<ELFT> { class70 DyldELFObject(ELFObjectFile<ELFT> &&Obj);73 static Expected<std::unique_ptr<DyldELFObject>>96 DyldELFObject<ELFT>::DyldELFObject(ELFObjectFile<ELFT> &&Obj) in DyldELFObject() function in __anon93dcc9140111::DyldELFObject102 Expected<std::unique_ptr<DyldELFObject<ELFT>>>103 DyldELFObject<ELFT>::create(MemoryBufferRef Wrapper) { in create()107 std::unique_ptr<DyldELFObject<ELFT>> Ret( in create()108 new DyldELFObject<ELFT>(std::move(*Obj))); in create()113 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, in updateSectionAddress()125 void DyldELFObject<ELFT>::updateSymbolAddress(const SymbolRef &SymRef, in updateSymbolAddress()[all …]
35 template <class ELFT> class DyldELFObject : public ELFObjectFile<ELFT> { class48 DyldELFObject(MemoryBufferRef Wrapper, std::error_code &ec);70 DyldELFObject<ELFT>::DyldELFObject(MemoryBufferRef Wrapper, std::error_code &EC) in DyldELFObject() function in __anon49db9fbc0111::DyldELFObject76 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, in updateSectionAddress()88 void DyldELFObject<ELFT>::updateSymbolAddress(const SymbolRef &SymRef, in updateSymbolAddress()110 std::unique_ptr<DyldELFObject<ELFT>>118 std::unique_ptr<DyldELFObject<ELFT>> Obj = in createRTDyldELFObject()119 llvm::make_unique<DyldELFObject<ELFT>>(Buffer, ec); in createRTDyldELFObject()