Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp108 int dlupdate(void *DSOHandle);
317 int ELFNixPlatformRuntimeState::dlupdate(void *DSOHandle) { in dlupdate() function in __anonb364b2400111::ELFNixPlatformRuntimeState
827 return ELFNixPlatformRuntimeState::get().dlupdate(dso_handle); in __orc_rt_elfnix_jit_dlupdate()
H A Dmacho_platform.cpp248 int dlupdate(void *DSOHandle);
719 int MachOPlatformRuntimeState::dlupdate(void *DSOHandle) { in dlupdate() function in __anon3d23d5020311::MachOPlatformRuntimeState
1523 return MachOPlatformRuntimeState::get().dlupdate(dso_handle); in __orc_rt_macho_jit_dlupdate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp619 bool dlupdate = false; in initialize() local
624 dlupdate = true; in initialize()
631 if (dlupdate) { in initialize()