Searched refs:ImportedLibraries (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp43 std::vector<std::string> ImportedLibraries; local
44 if (auto Err = loadVCRuntime(JD, ImportedLibraries, ArrayRef(VCLibs),
47 return ImportedLibraries;
55 std::vector<std::string> ImportedLibraries; local
56 if (auto Err = loadVCRuntime(JD, ImportedLibraries, ArrayRef(VCLibs),
59 return ImportedLibraries;
63 JITDylib &JD, std::vector<std::string> &ImportedLibraries,
90 ImportedLibraries.push_back(Lib);
103 ImportedLibraries.push_back("ntdll.dll");
104 ImportedLibraries
62 loadVCRuntime( JITDylib &JD, std::vector<std::string> &ImportedLibraries, ArrayRef<StringRef> VCLibs, ArrayRef<StringRef> UCRTLibs) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.h82 Error loadVCRuntime(JITDylib &JD, std::vector<std::string> &ImportedLibraries,

Completed in 108 milliseconds