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.h150 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
H A DELFNixPlatform.h226 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
H A DMachOPlatform.h313 Error associateRuntimeSupportFunctions();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp443 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in COFFPlatform()
633 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::COFFPlatform
H A DELFNixPlatform.cpp434 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in ELFNixPlatform()
440 Error ELFNixPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::ELFNixPlatform
H A DMachOPlatform.cpp602 if ((Err = associateRuntimeSupportFunctions())) in MachOPlatform()
606 Error MachOPlatform::associateRuntimeSupportFunctions() { in associateRuntimeSupportFunctions() function in llvm::orc::MachOPlatform