Searched refs:JDS (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp338 JITDylibState &JDS);
352 Error requestPushSymbols(JITDylibState &JDS,
359 lookupSymbols(JITDylibState &JDS, std::unique_lock<std::mutex> &JDStatesLock,
370 static Error registerObjCRegistrationObjects(JITDylibState &JDS);
372 JITDylibState &JDS);
376 JITDylibState &JDS);
378 JITDylibState &JDS, MachOJITDylibDepInfoMap &DepInfo);
382 JITDylibState &JDS);
515 auto &JDS = JDStates[Header]; local
516 JDS
578 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); local
599 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); local
627 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); local
704 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); local
811 auto *JDS = getJITDylibStateByHeader(DSOHandle); local
839 auto *JDS = getJITDylibStateByHeader(DSOHandle); local
852 runAtExits( std::unique_lock<std::mutex> &JDStatesLock, JITDylibState &JDS) argument
869 auto *JDS = getJITDylibStateByHeader(DSOHandle); local
911 requestPushSymbols( JITDylibState &JDS, span<std::pair<std::string_view, bool>> Symbols) argument
924 lookupSymbols( JITDylibState &JDS, std::unique_lock<std::mutex> &JDStatesLock, span<std::pair<ExecutorAddr, MachOExecutorSymbolFlags>> Result, span<std::pair<std::string_view, bool>> Symbols) argument
1061 registerObjCRegistrationObjects( JITDylibState &JDS) argument
1088 runModInits( std::unique_lock<std::mutex> &JDStatesLock, JITDylibState &JDS) argument
1114 auto *JDS = getJITDylibStateByName(Path); local
1135 dlopenFull( std::unique_lock<std::mutex> &JDStatesLock, JITDylibState &JDS) argument
1168 dlopenInitialize( std::unique_lock<std::mutex> &JDStatesLock, JITDylibState &JDS, MachOJITDylibDepInfoMap &DepInfo) argument
1243 auto *JDS = getJITDylibStateByHeader(DSOHandle); local
1260 dlcloseDeinitialize( std::unique_lock<std::mutex> &JDStatesLock, JITDylibState &JDS) argument
[all...]
H A Dcoff_platform.cpp140 Error dlopenFull(JITDylibState &JDS);
141 Error dlopenInitialize(JITDylibState &JDS, COFFJITDylibDepInfoMap &DepInfo);
144 Error dlcloseDeinitialize(JITDylibState &JDS);
208 auto &JDS = JDStates[Header]; local
209 JDS.Name = std::move(Name);
210 JDS.Header = Header;
211 JDNameToHeader[JDS.Name] = Header;
269 auto *JDS = getJITDylibStateByHeader(DSOHandle);
271 if (JDS) {
298 auto *JDS local
314 dlopenFull(JITDylibState &JDS) argument
343 dlopenInitialize( JITDylibState &JDS, COFFJITDylibDepInfoMap &DepInfo) argument
394 auto *JDS = getJITDylibStateByHeader(DSOHandle); local
411 dlcloseDeinitialize(JITDylibState &JDS) argument
[all...]
H A Delfnix_platform.cpp224 if (auto *JDS = getJITDylibStateByName(Path)) {
225 if (!JDS->AllowReinitialization) {
226 ++JDS->RefCount;
227 return JDS->Header;
260 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); local
261 assert(JDS && "JITDylib state not initialized");
262 JDS->AtExits.push_back({F, Arg});
272 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); local
273 assert(JDS && "JITDlybi state not initialized");
274 std::swap(V, JDS
323 auto &JDS = JDStates[Header]; local
415 auto &JDS = getOrCreateJITDylibState(MOJDIs); local
[all...]
/freebsd-current/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh5252 JDS///4JZqkWowiBKwEm+gPuhEaQwfFBIit7fRma1weGAdeRbp5uWqYaW+EaZEIn

Completed in 205 milliseconds