Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h182 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
H A DELFNixPlatform.h194 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp314 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in ELFNixPlatform()
328 Error ELFNixPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::ELFNixPlatform
H A DMachOPlatform.cpp360 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in MachOPlatform()
383 Error MachOPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::MachOPlatform