Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp62 DyldELFObject(ELFObjectFile<ELFT> &&Obj);
65 static Expected<std::unique_ptr<DyldELFObject>>
88 DyldELFObject<ELFT>::DyldELFObject(ELFObjectFile<ELFT> &&Obj) in DyldELFObject() function in __anonc5cbbe410111::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()
140 static Expected<std::unique_ptr<DyldELFObject<ELFT>>>
146 Expected<std::unique_ptr<DyldELFObject<ELFT>>> ObjOrErr = in createRTDyldELFObject()
147 DyldELFObject<ELFT>::create(Buffer); in createRTDyldELFObject()
[all …]