Searched refs:dlopenImpl (Results 1 – 2 of 2) sorted by relevance
139 Expected<void *> dlopenImpl(std::string_view Path, int Mode);258 if (auto H = dlopenImpl(Path, Mode)) in dlopen()295 Expected<void *> COFFPlatformRuntimeState::dlopenImpl(std::string_view Path, in dlopenImpl() function in COFFPlatformRuntimeState
374 Expected<void *> dlopenImpl(std::string_view Path, int Mode);780 if (auto H = dlopenImpl(Path, Mode)) in dlopen()1109 Expected<void *> MachOPlatformRuntimeState::dlopenImpl(std::string_view Path, in dlopenImpl() function in __anon67290b370411::MachOPlatformRuntimeState