Searched refs:associateRuntimeSupportFunctions (Results 1 – 4 of 4) sorted by relevance
182 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
194 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
314 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in ELFNixPlatform()328 Error ELFNixPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::ELFNixPlatform
360 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in MachOPlatform()383 Error MachOPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::MachOPlatform