Home
last modified time | relevance | path

Searched refs:runSymbolIfExists (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h163 Error runSymbolIfExists(JITDylib &PlatformJD, StringRef SymbolName);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp665 if (auto Err = runSymbolIfExists(*BState.JD, "__run_after_c_init")) in runBootstrapInitializers()
740 Error COFFPlatform::runSymbolIfExists(JITDylib &PlatformJD, in runSymbolIfExists() function in llvm::orc::COFFPlatform