/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangHost.cpp | 75 file_spec.SetDirectory(clang_dir); in DefaultComputeClangResourceDirectory() 122 file_spec.SetDirectory(clang_path); in ComputeClangResourceDirectory() 137 file_spec.SetDirectory(clang_path); in ComputeClangResourceDirectory() 148 file_spec.SetDirectory(raw_path); in ComputeClangResourceDirectory()
|
/openbsd/gnu/llvm/lldb/source/Host/linux/ |
H A D | HostInfoLinux.cpp | 174 file_spec.SetDirectory(GetProgramFileSpec().GetDirectory()); in ComputeSupportExeDirectory() 181 file_spec.SetDirectory(temp_file.GetPath()); in ComputeSystemPluginsDirectory() 193 file_spec.SetDirectory(user_plugin_dir.c_str()); in ComputeUserPluginsDirectory() 195 file_spec.SetDirectory("~/.local/share/lldb"); in ComputeUserPluginsDirectory()
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | HostInfoBase.cpp | 246 file_spec.SetDirectory(raw_path); in ComputePathRelativeToLibrary() 262 file_spec.SetDirectory(lldb_file_spec.GetDirectory()); in ComputeSharedLibraryDirectory() 282 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeProcessTempFileDirectory() 305 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeGlobalTempFileDirectory()
|
H A D | FileSystem.cpp | 271 file_spec.SetDirectory(path); in Resolve()
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBFileSpec.cpp | 131 void SBFileSpec::SetDirectory(const char *directory) { in SetDirectory() function in SBFileSpec 135 m_opaque_up->SetDirectory(directory); in SetDirectory()
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | FileSpec.h | 229 void SetDirectory(ConstString directory); 230 void SetDirectory(llvm::StringRef directory);
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBFileSpec.i | 69 SetDirectory(const char *directory);
|
/openbsd/gnu/llvm/lldb/source/Host/openbsd/ |
H A D | HostInfoOpenBSD.cpp | 61 file_spec.SetDirectory("/usr/bin"); in ComputeSupportExeDirectory()
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBFileSpec.h | 49 void SetDirectory(const char *directory);
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectDiagnostics.cpp | 47 directory.SetDirectory(option_arg); in SetOptionValue()
|
H A D | CommandObjectTarget.cpp | 409 core_file_dir.SetDirectory(core_file.GetDirectory()); in DoExecute()
|
/openbsd/gnu/llvm/lldb/source/Host/posix/ |
H A D | HostInfoPosix.cpp | 148 file_spec.SetDirectory(temp_file.GetPath()); in ComputeHeaderDirectory()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | FileSpec.cpp | 334 void FileSpec::SetDirectory(ConstString directory) { in SetDirectory() function in FileSpec 339 void FileSpec::SetDirectory(llvm::StringRef directory) { in SetDirectory() function in FileSpec
|
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
H A D | HostInfoMacOSX.mm | 172 file_spec.SetDirectory(raw_path); 189 file_spec.SetDirectory(raw_path); 207 file_spec.SetDirectory(raw_path); 214 file_spec.SetDirectory(temp_file.GetPathAsConstString());
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Platform.cpp | 454 recurse_dst.SetDirectory(dst_dir.GetPathAsConstString()); in RecurseCopy_Callback() 527 fixed_dst.SetDirectory(dst.GetDirectory()); in Install() 538 fixed_dst.SetDirectory(relative_spec.GetDirectory()); in Install() 548 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install() 558 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install() 585 recurse_dst.SetDirectory(fixed_dst.GetPathAsConstString()); in Install()
|
H A D | TargetList.cpp | 359 file_dir.SetDirectory(file.GetDirectory()); in CreateTargetInternal()
|
H A D | Target.cpp | 2137 transformed_spec.GetFileSpec().SetDirectory(transformed_dir); in GetOrCreateModule()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwin.cpp | 1173 dir.SetDirectory(xcode_lldb_resources.GetPathAsConstString()); in LocateExecutable() 1186 dir.SetDirectory(cmd_line_lldb_resources.GetPathAsConstString()); in LocateExecutable() 1196 executable_file.SetDirectory(executable_dir.GetDirectory()); in LocateExecutable()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 1135 dll_specs.SetDirectory(m_file.GetDirectory()); in ParseDependentModules()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 265 spec.SetDirectory(path); in GetPythonDir()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 3175 core_file_directory_spec.SetDirectory(core_file_spec.GetDirectory()); in SetCoreFile()
|