|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Support/DynamicLibrary.h 67 static DynamicLibrary getPermanentLibrary(const char *filename,
References
include/llvm/Support/DynamicLibrary.h 87 return !getPermanentLibrary(Filename, ErrMsg).isValid();
lib/ExecutionEngine/Orc/ExecutionUtils.cpp 186 auto Lib = sys::DynamicLibrary::getPermanentLibrary(FileName, &ErrMsg);
lib/Passes/PassPlugin.cpp 19 sys::DynamicLibrary::getPermanentLibrary(Filename.c_str(), &Error);
tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp 137 DynamicLibrary::getPermanentLibrary(Plugin.c_str(), &ErrorMsg);
tools/lldb/source/API/SBDebugger.cpp 65 llvm::sys::DynamicLibrary::getPermanentLibrary(spec.GetPath().c_str());
tools/lldb/source/Core/PluginManager.cpp 114 plugin_info.library = llvm::sys::DynamicLibrary::getPermanentLibrary(
unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp 65 DynamicLibrary::getPermanentLibrary(LibPath().c_str(), &Err);
77 DL = DynamicLibrary::getPermanentLibrary(nullptr, &Err);
118 DynamicLibrary::getPermanentLibrary(LibPath(A).c_str(), &Err);
134 DynamicLibrary::getPermanentLibrary(LibPath(C).c_str(), &Err);