Searched defs:associateRuntimeSupportFunctions (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ | ||
H A D | ELFNixPlatform.cpp | 284 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in associateRuntimeSupportFunctions() function in llvm::orc::ELFNixPlatform |
H A D | COFFPlatform.cpp | 642 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::COFFPlatform |
H A D | MachOPlatform.cpp | 591 Error MachOPlatform::associateRuntimeSupportFunctions() { in associateRuntimeSupportFunctions() function in llvm::orc::MachOPlatform |