Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp515 auto &JDS = JDStates[Header]; registerJITDylib() local
578 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); registerObjectSymbolTable() local
599 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); deregisterObjectSymbolTable() local
627 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); registerObjectPlatformSections() local
704 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); deregisterObjectPlatformSections() local
811 auto *JDS = getJITDylibStateByHeader(DSOHandle); dlsym() local
839 auto *JDS = getJITDylibStateByHeader(DSOHandle); registerAtExit() local
853 runAtExits(std::unique_lock<std::mutex> & JDStatesLock,JITDylibState & JDS) runAtExits() argument
869 auto *JDS = getJITDylibStateByHeader(DSOHandle); runAtExits() local
912 requestPushSymbols(JITDylibState & JDS,span<std::pair<std::string_view,bool>> Symbols) requestPushSymbols() argument
925 lookupSymbols(JITDylibState & JDS,std::unique_lock<std::mutex> & JDStatesLock,span<std::pair<ExecutorAddr,MachOExecutorSymbolFlags>> Result,span<std::pair<std::string_view,bool>> Symbols) lookupSymbols() argument
1062 registerObjCRegistrationObjects(JITDylibState & JDS) registerObjCRegistrationObjects() argument
1089 runModInits(std::unique_lock<std::mutex> & JDStatesLock,JITDylibState & JDS) runModInits() argument
1114 auto *JDS = getJITDylibStateByName(Path); dlopenImpl() local
1136 dlopenFull(std::unique_lock<std::mutex> & JDStatesLock,JITDylibState & JDS) dlopenFull() argument
1169 dlopenInitialize(std::unique_lock<std::mutex> & JDStatesLock,JITDylibState & JDS,MachOJITDylibDepInfoMap & DepInfo) dlopenInitialize() argument
1243 auto *JDS = getJITDylibStateByHeader(DSOHandle); dlcloseImpl() local
1261 dlcloseDeinitialize(std::unique_lock<std::mutex> & JDStatesLock,JITDylibState & JDS) dlcloseDeinitialize() argument
[all...]
H A Delfnix_platform.cpp224 if (auto *JDS = getJITDylibStateByName(Path)) { dlopen() local
260 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); registerAtExit() local
272 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); runAtExits() local
323 auto &JDS = JDStates[Header]; getOrCreateJITDylibState() local
398 auto *JDS = getJITDylibStateByHeaderAddr( dlopenInitialize() local
415 auto &JDS = getOrCreateJITDylibState(MOJDIs); initializeJITDylib() local
[all...]
H A Dcoff_platform.cpp208 auto &JDS = JDStates[Header]; registerJITDylib() local
298 auto *JDS = getJITDylibStateByName(Path); 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...]