Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDynamicLibrary.h70 static DynamicLibrary getPermanentLibrary(const char *filename,
82 /// Use this instead of getPermanentLibrary() when you won't need to get
88 return !getPermanentLibrary(Filename, ErrMsg).isValid();
114 /// DynamicLibrary::getPermanentLibrary(NULL) has been called or
131 /// search permanently loaded libraries (getPermanentLibrary()) as well
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassPlugin.cpp19 sys::DynamicLibrary::getPermanentLibrary(Filename.c_str(), &Error); in Load()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp33 auto DL = sys::DynamicLibrary::getPermanentLibrary(PathCStr, &ErrMsg); in open()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp165 DynamicLibrary DynamicLibrary::getPermanentLibrary(const char *FileName, in getPermanentLibrary() function in DynamicLibrary
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp81 auto Dylib = sys::DynamicLibrary::getPermanentLibrary(DylibPath, &ErrMsg); in loadDylib()
H A DExecutionUtils.cpp233 auto Lib = sys::DynamicLibrary::getPermanentLibrary(FileName, &ErrMsg); in Load()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp305 OptimizeDL = llvm::sys::DynamicLibrary::getPermanentLibrary( in runOnMachineFunction()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp185 llvm::sys::DynamicLibrary::getPermanentLibrary(spec.GetPath().c_str()); in InitializeWithErrorHandling()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp100 plugin_info.library = llvm::sys::DynamicLibrary::getPermanentLibrary( in LoadPluginCallback()