Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp42 template <class ELFT> class DyldELFObject : public ELFObjectFile<ELFT> { class
55 DyldELFObject(MemoryBufferRef Wrapper, std::error_code &ec);
78 DyldELFObject<ELFT>::DyldELFObject(MemoryBufferRef Wrapper, std::error_code &EC) in DyldELFObject() function in __anon5796c0730111::DyldELFObject
84 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, in updateSectionAddress()
96 void DyldELFObject<ELFT>::updateSymbolAddress(const SymbolRef &SymRef, in updateSymbolAddress()
118 std::unique_ptr<DyldELFObject<ELFT>>
125 std::unique_ptr<DyldELFObject<ELFT>> Obj = in createRTDyldELFObject()
126 llvm::make_unique<DyldELFObject<ELFT>>(Buffer, ec); in createRTDyldELFObject()