| /freebsd/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 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() 447 SetFile(new_path, m_style); in PrependPathComponent() 458 SetFile(current_path, m_style); in AppendPathComponent() 469 SetFile(llvm::sys::path::parent_path(current_path, m_style)); in RemoveLastPathComponent()
|
| H A D | ProcessInfo.cpp | 95 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments() 111 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 290 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() 376 void SetFile(llvm::StringRef path, Style style); 389 void SetFile(llvm::StringRef path, const llvm::Triple &triple); 421 void SetFile(llvm::StringRef path);
|
| H A D | ProcessInfo.h | 310 m_match_info.GetExecutableFile().SetFile(process_name, in ProcessInstanceInfoMatch()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDeclaration.cpp | 93 ref().SetFile(filespec.ref()); in SetFileSpec() 95 ref().SetFile(FileSpec()); in SetFileSpec()
|
| H A D | SBAttachInfo.cpp | 37 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo() 46 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo() 110 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SetExecutable()
|
| /freebsd/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() 84 "0x%8.8" PRIx64 ": EOF found before SetFile value", in parse() 219 Out.writeU8(SetFile); in encode()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 72 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native); in GetFreeBSDProcessArgs() 74 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetFreeBSDProcessArgs()
|
| H A D | HostInfoFreeBSD.cpp | 52 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/aix/ |
| H A D | HostInfoAIX.cpp | 33 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
|
| H A D | Host.cpp | 102 process_info.GetExecutableFile().SetFile(PathRef, FileSpec::Style::native); in GetExePathAndIds()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessAttach.cpp | 56 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
|
| H A D | CommandObjectLog.cpp | 95 log_file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue() 344 log_file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
|
| H A D | CommandObjectPlatform.cpp | 1386 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1392 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1398 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1404 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1410 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostInfoNetBSD.cpp | 69 g_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
|
| H A D | HostNetBSD.cpp | 68 process_info.GetExecutableFile().SetFile(cstr, in GetNetBSDProcessArgs()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Declaration.h | 165 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile() function
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | FileSystemPosix.cpp | 43 dst.SetFile(buf, FileSpec::Style::native); in Readlink()
|
| /freebsd/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 | 129 m_file_spec.SetFile(file_name, FileSpec::Style::native); in SetValueFromString()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 405 entry.file_spec.SetFile(name, FileSpec::Style::native); in AddSOEntries() 659 entry.file_spec.SetFile(region.GetName().AsCString(), in DumpToLog() 699 entry.file_spec.SetFile(file_path, FileSpec::Style::native);
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 58 module_filespec.SetFile(module_name, FileSpec::Style::native); in CreateFromStructuredData()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 57 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetOpenBSDProcessArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 42 resolved_module_spec.GetFileSpec().SetFile(resolved_file_spec.GetPath(), in ResolveExecutable()
|