Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp57 template <class ELFT> class DyldELFObject : public ELFObjectFile<ELFT> { class
62 DyldELFObject(ELFObjectFile<ELFT> &&Obj);
65 static Expected<std::unique_ptr<DyldELFObject>>
88 DyldELFObject<ELFT>::DyldELFObject(ELFObjectFile<ELFT> &&Obj) in DyldELFObject() function in __anone025c0e80111::DyldELFObject
94 Expected<std::unique_ptr<DyldELFObject<ELFT>>>
95 DyldELFObject<ELFT>::create(MemoryBufferRef Wrapper) { in create()
99 std::unique_ptr<DyldELFObject<ELFT>> Ret( in create()
100 new DyldELFObject<ELFT>(std::move(*Obj))); in create()
105 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, in updateSectionAddress()
117 void DyldELFObject<ELFT>::updateSymbolAddress(const SymbolRef &SymRef, in updateSymbolAddress()
[all …]