| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 270 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() 352 void SetFile(llvm::StringRef path, Style style); 365 void SetFile(llvm::StringRef path, const llvm::Triple &triple); 404 void SetFile(llvm::StringRef path);
|
| H A D | ProcessInfo.h | 171 m_match_info.GetExecutableFile().SetFile(process_name,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 72 SetFile(path, style); in FileSpec() 169 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); } in SetFile() function in FileSpec 174 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile() function in FileSpec 212 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &triple) { in SetFile() function in FileSpec 213 return SetFile(path, triple.isOSWindows() ? Style::windows : Style::posix); in SetFile() 428 SetFile(new_path, m_style); in PrependPathComponent() 439 SetFile(current_path, m_style); in AppendPathComponent() 450 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 320 module_spec.GetFileSpec().SetFile(str.c_str(), FileSpec::Style::native); in GetModuleSpecInfoFromUUIDDictionary() 334 module_spec.GetSymbolFileSpec().SetFile(str.c_str(), in GetModuleSpecInfoFromUUIDDictionary() 534 dsym_for_uuid_exe_spec.SetFile(dsym_for_uuid_exe_path_cstr, in DownloadObjectAndSymbolFile() 542 dsym_for_uuid_exe_spec.SetFile("/usr/local/bin/dsymForUUID", in DownloadObjectAndSymbolFile() 558 dsym_for_uuid_exe_spec.SetFile(dsymforuuid_path.c_str(), in DownloadObjectAndSymbolFile() 567 dsym_for_uuid_exe_spec.SetFile(g_dbgshell_command, in DownloadObjectAndSymbolFile()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 35 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo() 45 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo() 111 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SetExecutable()
|
| H A D | SBDeclaration.cpp | 103 ref().SetFile(filespec.ref()); in SetFileSpec() 105 ref().SetFile(FileSpec()); in SetFileSpec()
|
| /freebsd-13.1/contrib/llvm-project/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 | 70 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Declaration.h | 163 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostInfoNetBSD.cpp | 87 g_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
|
| H A D | HostNetBSD.cpp | 73 process_info.GetExecutableFile().SetFile(cstr, in GetNetBSDProcessArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | FileSystemPosix.cpp | 51 dst.SetFile(buf, FileSpec::Style::native); in Readlink()
|
| /freebsd-13.1/contrib/llvm-project/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 | 116 m_file_spec.SetFile(file_name, FileSpec::Style::native); in SetValueFromString()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1252 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1258 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1264 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1270 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1276 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1443 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
|
| H A D | CommandObjectReproducer.cpp | 378 file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue() 625 file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
|
| H A D | CommandObjectLog.cpp | 90 log_file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 74 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetOpenBSDProcessArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 60 module_filespec.SetFile(module_name, FileSpec::Style::native); in CreateFromStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 279 entry.file_spec.SetFile(name, FileSpec::Style::native); in FillSOEntryFromModuleInfo() 550 entry.file_spec.SetFile(file_path, FileSpec::Style::native); in ReadSOEntryFromMemory()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | File.cpp | 340 file_spec.SetFile(path, FileSpec::Style::native); in GetFileSpec() 355 file_spec.SetFile(path, FileSpec::Style::native); in GetFileSpec()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 201 socket_file.SetFile(optarg, FileSpec::Style::native); in main_platform()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 213 fixed.SetFile(orig_file, orig_style); in ReverseRemapPath()
|