Searched refs:ImportedLibraries (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.cpp | 43 std::vector<std::string> ImportedLibraries; in loadStaticVCRuntime() local 44 if (auto Err = loadVCRuntime(JD, ImportedLibraries, ArrayRef(VCLibs), in loadStaticVCRuntime() 47 return ImportedLibraries; in loadStaticVCRuntime() 55 std::vector<std::string> ImportedLibraries; in loadDynamicVCRuntime() local 56 if (auto Err = loadVCRuntime(JD, ImportedLibraries, ArrayRef(VCLibs), in loadDynamicVCRuntime() 59 return ImportedLibraries; in loadDynamicVCRuntime() 63 JITDylib &JD, std::vector<std::string> &ImportedLibraries, in loadVCRuntime() argument 90 ImportedLibraries.push_back(Lib); in loadVCRuntime() 103 ImportedLibraries.push_back("ntdll.dll"); in loadVCRuntime() 104 ImportedLibraries.push_back("Kernel32.dll"); in loadVCRuntime()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.h | 82 Error loadVCRuntime(JITDylib &JD, std::vector<std::string> &ImportedLibraries,
|