Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp70 DyldELFObject(ELFObjectFile<ELFT> &&Obj);
73 static Expected<std::unique_ptr<DyldELFObject>>
96 DyldELFObject<ELFT>::DyldELFObject(ELFObjectFile<ELFT> &&Obj) in DyldELFObject() function in __anon7ff4d1760111::DyldELFObject
102 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()
148 static Expected<std::unique_ptr<DyldELFObject<ELFT>>>
154 Expected<std::unique_ptr<DyldELFObject<ELFT>>> ObjOrErr = in createRTDyldELFObject()
155 DyldELFObject<ELFT>::create(Buffer); in createRTDyldELFObject()
[all …]