Searched refs:associateRuntimeSupportFunctions (Results 1 – 18 of 18) sorted by relevance
149 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
204 Error associateRuntimeSupportFunctions();
194 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
157 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
197 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
264 Error associateRuntimeSupportFunctions();
311 Error associateRuntimeSupportFunctions();
310 Error associateRuntimeSupportFunctions();
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