Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Delfnix_platform.cpp126 PerJITDylibState *getJITDylibStateByHeaderAddr(void *DSOHandle);
239 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); in registerAtExit()
251 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); in runAtExits()
277 ELFNixPlatformRuntimeState::getJITDylibStateByHeaderAddr(void *DSOHandle) { in getJITDylibStateByHeaderAddr() function in __anonebe0e5700111::ELFNixPlatformRuntimeState
376 auto *JDS = getJITDylibStateByHeaderAddr( in dlopenInitialize()