Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Drun_program_wrapper.cpp21 extern "C" int64_t __orc_rt_run_program(const char *JITDylibName,
30 [](const std::string &JITDylibName, in __orc_rt_run_program_wrapper()
46 return __orc_rt_run_program(JITDylibName.c_str(), in __orc_rt_run_program_wrapper()
H A Delfnix_platform.cpp599 const char *JITDylibName, const char *EntrySymbolName, int argc, in __orc_rt_elfnix_run_program() argument
603 void *H = __orc_rt_elfnix_jit_dlopen(JITDylibName, in __orc_rt_elfnix_run_program()
H A Dcoff_platform.cpp749 ORC_RT_INTERFACE int64_t __orc_rt_coff_run_program(const char *JITDylibName, in __orc_rt_coff_run_program()
755 __orc_rt_coff_jit_dlopen(JITDylibName, __orc_rt::coff::ORC_RT_RTLD_LAZY); in __orc_rt_coff_run_program()
743 __orc_rt_coff_run_program(const char * JITDylibName,const char * EntrySymbolName,int argc,char * argv[]) __orc_rt_coff_run_program() argument
H A Dmacho_platform.cpp1524 ORC_RT_INTERFACE int64_t __orc_rt_macho_run_program(const char *JITDylibName,
1529 void *H = __orc_rt_macho_jit_dlopen(JITDylibName,
1291 __orc_rt_macho_run_program(const char * JITDylibName,const char * EntrySymbolName,int argc,char * argv[]) __orc_rt_macho_run_program() argument