Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp63 DyldELFObject(ELFObjectFile<ELFT> &&Obj);
66 static Expected<std::unique_ptr<DyldELFObject>>
89 DyldELFObject<ELFT>::DyldELFObject(ELFObjectFile<ELFT> &&Obj) in DyldELFObject() function in __anon6a65bd470111::DyldELFObject
95 Expected<std::unique_ptr<DyldELFObject<ELFT>>>
96 DyldELFObject<ELFT>::create(MemoryBufferRef Wrapper) { in create()
100 std::unique_ptr<DyldELFObject<ELFT>> Ret( in create()
101 new DyldELFObject<ELFT>(std::move(*Obj))); in create()
141 static Expected<std::unique_ptr<DyldELFObject<ELFT>>>
147 Expected<std::unique_ptr<DyldELFObject<ELFT>>> ObjOrErr = in createRTDyldELFObject()
148 DyldELFObject<ELFT>::create(Buffer); in createRTDyldELFObject()
[all …]