Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h149 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
H A DMachOPlatform.h204 Error associateRuntimeSupportFunctions();
H A DELFNixPlatform.h194 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp315 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in ELFNixPlatform()
329 Error ELFNixPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::ELFNixPlatform
H A DCOFFPlatform.cpp430 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in COFFPlatform()
631 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::COFFPlatform
H A DMachOPlatform.cpp528 if ((Err = associateRuntimeSupportFunctions())) in MachOPlatform()
532 Error MachOPlatform::associateRuntimeSupportFunctions() { in associateRuntimeSupportFunctions() function in llvm::orc::MachOPlatform