Home
last modified time | relevance | path

Searched refs:bootstrapELFNixRuntime (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h213 Error bootstrapELFNixRuntime(JITDylib &PlatformJD);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp322 if (auto E2 = bootstrapELFNixRuntime(PlatformJD)) { in ELFNixPlatform()
514 Error ELFNixPlatform::bootstrapELFNixRuntime(JITDylib &PlatformJD) { in bootstrapELFNixRuntime() function in llvm::orc::ELFNixPlatform