Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp132 PerJITDylibState *getJITDylibStateByHeaderAddr(void *DSOHandle);
260 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); in registerAtExit()
272 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); in runAtExits()
298 ELFNixPlatformRuntimeState::getJITDylibStateByHeaderAddr(void *DSOHandle) { in getJITDylibStateByHeaderAddr() function in __anonb364b2400111::ELFNixPlatformRuntimeState
398 auto *JDS = getJITDylibStateByHeaderAddr( in dlopenInitialize()