Searched refs:DyldELFObject (Results 1 – 1 of 1) sorted by relevance
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 __anon1b74e8720111::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()