Home
last modified time | relevance | path

Searched refs:getPermanentLibrary (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDynamicLibrary.h68 static DynamicLibrary getPermanentLibrary(const char *filename,
88 return !getPermanentLibrary(Filename, ErrMsg).isValid();
/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassPlugin.cpp20 sys::DynamicLibrary::getPermanentLibrary(Filename.c_str(), &Error); in Load()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DDynamicLibrary.cpp149 DynamicLibrary DynamicLibrary::getPermanentLibrary(const char *FileName, in getPermanentLibrary() function in DynamicLibrary
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp55 DynamicLibrary lib = DynamicLibrary::getPermanentLibrary(i->c_str(), &err); in CheckerRegistry()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp190 auto Lib = sys::DynamicLibrary::getPermanentLibrary(FileName, &ErrMsg); in Load()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp65 llvm::sys::DynamicLibrary::getPermanentLibrary(spec.GetPath().c_str()); in LoadPlugin()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp115 plugin_info.library = llvm::sys::DynamicLibrary::getPermanentLibrary( in LoadPluginCallback()