Searched refs:associateRuntimeSupportFunctions (Results 1 – 6 of 6) sorted by relevance
149 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
204 Error associateRuntimeSupportFunctions();
194 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
315 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in ELFNixPlatform()329 Error ELFNixPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::ELFNixPlatform
430 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in COFFPlatform()631 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::COFFPlatform
528 if ((Err = associateRuntimeSupportFunctions())) in MachOPlatform()532 Error MachOPlatform::associateRuntimeSupportFunctions() { in associateRuntimeSupportFunctions() function in llvm::orc::MachOPlatform