Searched refs:JITDylibName (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | run_program_wrapper.cpp | 21 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 D | elfnix_platform.cpp | 599 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 D | coff_platform.cpp | 749 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 D | macho_platform.cpp | 1524 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
|