Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp139 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
H A Dmacho_platform.cpp374 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