Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp438 auto &JDS = JDStates[Header]; registerJITDylib() local
508 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); registerObjectPlatformSections() local
585 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); deregisterObjectPlatformSections() local
705 auto *JDS = getJITDylibStateByHeader(DSOHandle); registerAtExit() local
719 runAtExits(std::unique_lock<std::mutex> & JDStatesLock,JITDylibState & JDS) runAtExits() argument
735 auto *JDS = getJITDylibStateByHeader(DSOHandle); runAtExits() local
861 registerObjCRegistrationObjects(JITDylibState & JDS) registerObjCRegistrationObjects() argument
888 runModInits(std::unique_lock<std::mutex> & JDStatesLock,JITDylibState & JDS) runModInits() argument
913 auto *JDS = getJITDylibStateByName(Path); dlopenImpl() local
935 dlopenFull(std::unique_lock<std::mutex> & JDStatesLock,JITDylibState & JDS) dlopenFull() argument
968 dlopenInitialize(std::unique_lock<std::mutex> & JDStatesLock,JITDylibState & JDS,MachOJITDylibDepInfoMap & DepInfo) dlopenInitialize() argument
1042 auto *JDS = getJITDylibStateByHeader(DSOHandle); dlcloseImpl() local
1060 dlcloseDeinitialize(std::unique_lock<std::mutex> & JDStatesLock,JITDylibState & JDS) dlcloseDeinitialize() argument
[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 in dlopenImpl() local
314 dlopenFull(JITDylibState & JDS) dlopenFull() argument
344 dlopenInitialize(JITDylibState & JDS,COFFJITDylibDepInfoMap & DepInfo) dlopenInitialize() argument
394 auto *JDS = getJITDylibStateByHeader(DSOHandle); dlcloseImpl() local
411 dlcloseDeinitialize(JITDylibState & JDS) dlcloseDeinitialize() argument
[all...]