Home
last modified time | relevance | path

Searched defs:associateRuntimeSupportFunctions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp284 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in associateRuntimeSupportFunctions() function in llvm::orc::ELFNixPlatform
H A DCOFFPlatform.cpp642 Error COFFPlatform::associateRuntimeSupportFunctions(JITDylib &PlatformJD) { in associateRuntimeSupportFunctions() function in llvm::orc::COFFPlatform
H A DMachOPlatform.cpp591 Error MachOPlatform::associateRuntimeSupportFunctions() { in associateRuntimeSupportFunctions() function in llvm::orc::MachOPlatform