| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 70 SetFile(path, style); in FileSpec() 167 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); } in SetFile() function in FileSpec 172 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile() function in FileSpec 210 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &triple) { in SetFile() function in FileSpec 211 return SetFile(path, triple.isOSWindows() ? Style::windows : Style::posix); in SetFile() 427 SetFile(new_path, m_style); in PrependPathComponent() 438 SetFile(current_path, m_style); in AppendPathComponent() 449 SetFile(llvm::sys::path::parent_path(current_path, m_style)); in RemoveLastPathComponent()
|
| H A D | ProcessInfo.cpp | 92 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments() 108 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 270 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() 350 void SetFile(llvm::StringRef path, Style style); 363 void SetFile(llvm::StringRef path, const llvm::Triple &triple); 402 void SetFile(llvm::StringRef path);
|
| H A D | ProcessInfo.h | 170 m_match_info.GetExecutableFile().SetFile(process_name,
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 35 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo() 44 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo() 108 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SetExecutable()
|
| H A D | SBDeclaration.cpp | 93 ref().SetFile(filespec.ref()); in SetFileSpec() 95 ref().SetFile(FileSpec()); in SetFileSpec()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformRemoteDarwinDevice.cpp | 146 local_file.SetFile(sdkroot_path, FileSpec::Style::native); in GetFileInSDK() 175 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile() 189 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile() 202 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 353 module_spec.GetFileSpec().SetFile(str.c_str(), FileSpec::Style::native); in GetModuleSpecInfoFromUUIDDictionary() 365 module_spec.GetSymbolFileSpec().SetFile(str.c_str(), in GetModuleSpecInfoFromUUIDDictionary() 539 dsym_for_uuid_exe_spec.SetFile(dsym_for_uuid_exe_path_cstr, in DownloadObjectAndSymbolFile() 547 dsym_for_uuid_exe_spec.SetFile("/usr/local/bin/dsymForUUID", in DownloadObjectAndSymbolFile() 563 dsym_for_uuid_exe_spec.SetFile(dsymforuuid_path.c_str(), in DownloadObjectAndSymbolFile() 572 dsym_for_uuid_exe_spec.SetFile(g_dbgshell_command, in DownloadObjectAndSymbolFile()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | LineTable.cpp | 18 SetFile = 0x01, ///< Set LineTableRow.file_idx, don't push a row. enumerator 81 case SetFile: in parse() 219 Out.writeU8(SetFile); in encode()
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ProcessInstanceInfoTest.cpp | 97 info_bar.GetExecutableFile().SetFile("/foo/bar", FileSpec::Style::posix); in TEST() 101 match.GetProcessInfo().GetExecutableFile().SetFile("bar", in TEST()
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | LocateSymbolFileTest.cpp | 42 module_spec.GetSymbolFileSpec().SetFile( in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 76 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native); in GetFreeBSDProcessArgs() 78 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetFreeBSDProcessArgs()
|
| H A D | HostInfoFreeBSD.cpp | 51 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Declaration.h | 161 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile() function
|
| /llvm-project-15.0.7/lldb/source/Host/netbsd/ |
| H A D | HostInfoNetBSD.cpp | 69 g_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | FileSystemPosix.cpp | 51 dst.SetFile(buf, FileSpec::Style::native); in Readlink()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpec.cpp | 63 m_current_value.SetFile(value.str(), FileSpec::Style::native); in SetValueFromString()
|
| H A D | OptionValueFileColonLine.cpp | 115 m_file_spec.SetFile(file_name, FileSpec::Style::native); in SetValueFromString()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 287 entry.file_spec.SetFile(name, FileSpec::Style::native); in FillSOEntryFromModuleInfo() 542 entry.file_spec.SetFile(region.GetName().AsCString(), in UpdateFileSpecIfNecessary() 582 entry.file_spec.SetFile(file_path, FileSpec::Style::native); in ReadSOEntryFromMemory()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | HostInfoWindows.cpp | 107 m_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
|
| H A D | FileSystem.cpp | 78 dst.SetFile(path, FileSpec::Style::native); in Readlink()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1414 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1420 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1426 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1432 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1438 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1604 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
|
| /llvm-project-15.0.7/lldb/source/Host/linux/ |
| H A D | HostInfoLinux.cpp | 163 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
|
| /llvm-project-15.0.7/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 74 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetOpenBSDProcessArgs()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 57 module_filespec.SetFile(module_name, FileSpec::Style::native); in CreateFromStructuredData()
|