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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp42 template <class ELFT> class DyldELFObject : public ELFObjectFile<ELFT> { class in namespace:__anon2584
55 DyldELFObject(MemoryBufferRef Wrapper, std::error_code &ec);
77 DyldELFObject<ELFT>::DyldELFObject(MemoryBufferRef Wrapper, std::error_code &EC) function in class:__anon2584::DyldELFObject
83 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec,
95 void DyldELFObject<ELFT>::updateSymbolAddress(const SymbolRef &SymRef,
117 std::unique_ptr<DyldELFObject<ELFT>>
125 std::unique_ptr<DyldELFObject<ELFT>> Obj =
126 llvm::make_unique<DyldELFObject<ELFT>>(Buffer, ec);

Completed in 104 milliseconds