Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp272 PerJITDylibState *getJITDylibStateByHeaderAddr(void *DSOHandle);
392 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); in registerAtExit()
404 auto *JDS = getJITDylibStateByHeaderAddr(DSOHandle); in runAtExits()
430 MachOPlatformRuntimeState::getJITDylibStateByHeaderAddr(void *DSOHandle) { in getJITDylibStateByHeaderAddr() function in __anon89ec89360111::MachOPlatformRuntimeState
528 auto *JDS = getJITDylibStateByHeaderAddr( in dlopenInitialize()