Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h157 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
H A DELFNixPlatform.h197 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
H A DMachOPlatform.h310 Error associateRuntimeSupportFunctions();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp284 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in associateRuntimeSupportFunctions() function in llvm::orc::ELFNixPlatform
298 Error ELFNixPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions()
H A DCOFFPlatform.cpp448 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in COFFPlatform()
642 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::COFFPlatform
H A DMachOPlatform.cpp587 if ((Err = associateRuntimeSupportFunctions())) in MachOPlatform()
591 Error MachOPlatform::associateRuntimeSupportFunctions() { in associateRuntimeSupportFunctions() function in llvm::orc::MachOPlatform