Searched refs:dlopenImpl (Results 1 – 3 of 3) sorted by relevance
140 Expected<void *> dlopenImpl(std::string_view Path, int Mode);259 if (auto H = dlopenImpl(Path, Mode)) in dlopen()296 Expected<void *> COFFPlatformRuntimeState::dlopenImpl(std::string_view Path, in dlopenImpl() function in COFFPlatformRuntimeState
134 Expected<void *> dlopenImpl(std::string_view Path, int Mode);308 if (auto H = dlopenImpl(Path, Mode)) in dlopen()455 Expected<void *> ELFNixPlatformRuntimeState::dlopenImpl(std::string_view Path, in dlopenImpl() function in __anonb364b2400111::ELFNixPlatformRuntimeState
292 Expected<void *> dlopenImpl(std::string_view Path, int Mode);710 if (auto H = dlopenImpl(Path, Mode)) in dlopen()1057 Expected<void *> MachOPlatformRuntimeState::dlopenImpl(std::string_view Path, in dlopenImpl() function in __anon3d23d5020311::MachOPlatformRuntimeState