Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp141 Error dlopenFull(JITDylibState &JDS);
305 if (auto Err = dlopenFull(*JDS)) in dlopenImpl()
315 Error COFFPlatformRuntimeState::dlopenFull(JITDylibState &JDS) { in dlopenFull() function in COFFPlatformRuntimeState
H A Delfnix_platform.cpp135 Error dlopenFull(std::unique_lock<std::recursive_mutex> &JDStatesLock,
464 if (auto Err = dlopenFull(Lock, *JDS)) in dlopenImpl()
472 Error ELFNixPlatformRuntimeState::dlopenFull( in dlopenFull() function in __anonb364b2400111::ELFNixPlatformRuntimeState
H A Dmacho_platform.cpp293 Error dlopenFull(std::unique_lock<std::mutex> &JDStatesLock,
1072 if (auto Err = dlopenFull(Lock, *JDS)) in dlopenImpl()
1083 Error MachOPlatformRuntimeState::dlopenFull( in dlopenFull() function in __anon3d23d5020311::MachOPlatformRuntimeState