/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() 440 SetFile(new_path, m_style); in PrependPathComponent() 451 SetFile(current_path, m_style); in AppendPathComponent() 462 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()
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | FileSpec.h | 279 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() 365 void SetFile(llvm::StringRef path, Style style); 378 void SetFile(llvm::StringRef path, const llvm::Triple &triple); 410 void SetFile(llvm::StringRef path);
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformRemoteDarwinDevice.cpp | 82 local_file.SetFile(sdkroot_path, FileSpec::Style::native); in GetFileInSDK() 111 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile() 125 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile() 138 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile()
|
/llvm-project/lldb/unittests/Utility/ |
H A D | ProcessInstanceInfoTest.cpp | 98 info_bar.GetExecutableFile().SetFile("/foo/bar", FileSpec::Style::posix); in TEST() 102 match.GetProcessInfo().GetExecutableFile().SetFile("bar", in TEST()
|
/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()
|
/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()
|
/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()
|
/llvm-project/lldb/unittests/Symbol/ |
H A D | LocateSymbolFileTest.cpp | 41 module_spec.GetSymbolFileSpec().SetFile( in TEST_F()
|
/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 | 1389 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1395 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1401 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1407 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue() 1413 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
|
/llvm-project/lldb/source/Host/netbsd/ |
H A D | HostInfoNetBSD.cpp | 69 g_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Declaration.h | 165 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } 161 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } SetFile() function
|
/llvm-project/lldb/source/Host/posix/ |
H A D | FileSystemPosix.cpp | 43 dst.SetFile(buf, FileSpec::Style::native); in Readlink()
|
/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()
|
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DYLDRendezvous.cpp | 405 entry.file_spec.SetFile(name, FileSpec::Style::native); in FillSOEntryFromModuleInfo() 659 entry.file_spec.SetFile(region.GetName().AsCString(), in UpdateFileSpecIfNecessary() 699 entry.file_spec.SetFile(file_path, FileSpec::Style::native); in ReadSOEntryFromMemory()
|
/llvm-project/lldb/source/Host/windows/ |
H A D | HostInfoWindows.cpp | 108 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/lldb/source/Host/linux/ |
H A D | HostInfoLinux.cpp | 134 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetDistributionId()
|
/llvm-project/lldb/source/Host/openbsd/ |
H A D | Host.cpp | 57 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native);
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverAddress.cpp | 58 module_filespec.SetFile(module_name, FileSpec::Style::native); in CreateFromStructuredData()
|