Searched refs:associateRuntimeSupportFunctions (Results 1 – 6 of 6) sorted by relevance
150 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
226 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
313 Error associateRuntimeSupportFunctions();
443 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in COFFPlatform()633 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::COFFPlatform
434 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in ELFNixPlatform()440 Error ELFNixPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::ELFNixPlatform
602 if ((Err = associateRuntimeSupportFunctions())) in MachOPlatform()606 Error MachOPlatform::associateRuntimeSupportFunctions() { in associateRuntimeSupportFunctions() function in llvm::orc::MachOPlatform