Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp283 Expected<void *> dlopenInitialize(string_view Path, int Mode);
364 auto H = dlopenInitialize(Path, Mode); in dlopen()
507 Expected<void *> MachOPlatformRuntimeState::dlopenInitialize(string_view Path, in dlopenInitialize() function in __anon89ec89360111::MachOPlatformRuntimeState