Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp44 if (auto Err = loadVCRuntime(JD, ImportedLibraries, ArrayRef(VCLibs), in loadStaticVCRuntime()
56 if (auto Err = loadVCRuntime(JD, ImportedLibraries, ArrayRef(VCLibs), in loadDynamicVCRuntime()
62 Error COFFVCRuntimeBootstrapper::loadVCRuntime( in loadVCRuntime() function in COFFVCRuntimeBootstrapper
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.h82 Error loadVCRuntime(JITDylib &JD, std::vector<std::string> &ImportedLibraries,