Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp133 PerJITDylibState *getJITDylibStateByName(std::string_view Path);
224 if (auto *JDS = getJITDylibStateByName(Path)) { in dlopen()
306 ELFNixPlatformRuntimeState::getJITDylibStateByName(std::string_view Name) { in getJITDylibStateByName() function in __anonb364b2400111::ELFNixPlatformRuntimeState
H A Dcoff_platform.cpp147 JITDylibState *getJITDylibStateByName(std::string_view Path);
177 COFFPlatformRuntimeState::getJITDylibStateByName(std::string_view Name) { in getJITDylibStateByName() function in COFFPlatformRuntimeState
298 auto *JDS = getJITDylibStateByName(Path); in dlopenImpl()
H A Dmacho_platform.cpp347 JITDylibState *getJITDylibStateByName(std::string_view Path);
903 MachOPlatformRuntimeState::getJITDylibStateByName(std::string_view Name) { in runModInits()
1114 auto *JDS = getJITDylibStateByName(Path); in getInstance()
769 MachOPlatformRuntimeState::getJITDylibStateByName(std::string_view Name) { getJITDylibStateByName() function in __anon3d23d5020211::MachOPlatformRuntimeState