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