Home
last modified time | relevance | path

Searched defs:JDS (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp515 auto &JDS = JDStates[Header]; in registerJITDylib() local
578 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); in registerObjectSymbolTable() local
599 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); in deregisterObjectSymbolTable() local
627 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); in registerObjectPlatformSections() local
704 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); in deregisterObjectPlatformSections() local
811 auto *JDS = getJITDylibStateByHeader(DSOHandle); in dlsym() local
839 auto *JDS = getJITDylibStateByHeader(DSOHandle); in registerAtExit() local
853 std::unique_lock<std::mutex> &JDStatesLock, JITDylibState &JDS) { in runAtExits()
869 auto *JDS = getJITDylibStateByHeader(DSOHandle); in runAtExits() local
912 JITDylibState &JDS, span<std::pair<std::string_view, bool>> Symbols) { in requestPushSymbols()
[all …]
H A Delfnix_platform.cpp224 if (auto *JDS = getJITDylibStateByName(Path)) { in dlopen() local
260 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); in registerAtExit() local
272 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); in runAtExits() local
323 auto &JDS = JDStates[Header]; in getOrCreateJITDylibState() local
398 auto *JDS = getJITDylibStateByHeaderAddr( in dlopenInitialize() local
415 auto &JDS = getOrCreateJITDylibState(MOJDIs); in initializeJITDylib() local
H A Dcoff_platform.cpp208 auto &JDS = JDStates[Header]; in registerJITDylib() local
298 auto *JDS = getJITDylibStateByName(Path); in dlopenImpl() local
314 Error COFFPlatformRuntimeState::dlopenFull(JITDylibState &JDS) { in dlopenFull()
344 JITDylibState &JDS, COFFJITDylibDepInfoMap &DepInfo) { in dlopenInitialize()
394 auto *JDS = getJITDylibStateByHeader(DSOHandle); in dlcloseImpl() local
411 Error COFFPlatformRuntimeState::dlcloseDeinitialize(JITDylibState &JDS) { in dlcloseDeinitialize()