Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp140 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
H A Delfnix_platform.cpp134 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
H A Dmacho_platform.cpp292 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