Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_platform.cpp196 JITDylibState *getJITDylibStateByHeader(void *DSOHandle);
331 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); in registerObjectPlatformSections()
395 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); in deregisterObjectPlatformSections()
461 auto *JDS = getJITDylibStateByHeader(DSOHandle); in dlclose()
493 auto *JDS = getJITDylibStateByHeader(DSOHandle); in registerAtExit()
516 auto *JDS = getJITDylibStateByHeader(DSOHandle); in runAtExits()
540 MachOPlatformRuntimeState::getJITDylibStateByHeader(void *DSOHandle) { in getJITDylibStateByHeader() function in __anon104e62320211::MachOPlatformRuntimeState
554 return getJITDylibStateByHeader(I->second); in getJITDylibStateByName()
800 auto *DepJDS = getJITDylibStateByHeader(DepHeaderAddr.toPtr<void *>()); in dlopenInitialize()
842 auto *JDS = getJITDylibStateByHeader(DSOHandle); in dlcloseImpl()