Home
last modified time | relevance | path

Searched refs:COFFImportFileScanner (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFF.h31 class COFFImportFileScanner {
33 COFFImportFileScanner(std::set<std::string> &ImportedDynamicLibraries) in COFFImportFileScanner() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFF.cpp16 Expected<bool> COFFImportFileScanner::operator()(object::Archive &A, in operator ()()
H A DCOFFVCRuntimeSupport.cpp88 COFFImportFileScanner(NewImportedLibraries)); in loadVCRuntime()
H A DCOFFPlatform.cpp178 COFFImportFileScanner(DylibsToPreload)); in Create()