Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h199 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp300 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in MachOPlatform()
314 Error MachOPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::MachOPlatform