Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h295 return ImportedDynamicLibraries; in getImportedDynamicLibraries()
312 std::set<std::string> ImportedDynamicLibraries; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp406 ImportedDynamicLibraries.insert((*Child)->getFileName().str()); in buildObjectFilesMap()