Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h216 Error bootstrapELFNixRuntime(JITDylib &PlatformJD);
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp292 if (auto E2 = bootstrapELFNixRuntime(PlatformJD)) { in ELFNixPlatform()
476 Error ELFNixPlatform::bootstrapELFNixRuntime(JITDylib &PlatformJD) { in bootstrapELFNixRuntime() function in llvm::orc::ELFNixPlatform