Home
last modified time | relevance | path

Searched refs:SetFile (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp72 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 DProcessInfo.cpp95 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 DFileSpec.h279 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 DPlatformRemoteDarwinDevice.cpp82 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 DProcessInstanceInfoTest.cpp98 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 DSBDeclaration.cpp93 ref().SetFile(filespec.ref()); in SetFileSpec()
95 ref().SetFile(FileSpec()); in SetFileSpec()
H A DSBAttachInfo.cpp37 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 DLineTable.cpp18 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 DHost.cpp72 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native); in GetFreeBSDProcessArgs()
74 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetFreeBSDProcessArgs()
H A DHostInfoFreeBSD.cpp52 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
/llvm-project/lldb/unittests/Symbol/
H A DLocateSymbolFileTest.cpp41 module_spec.GetSymbolFileSpec().SetFile( in TEST_F()
/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessAttach.cpp56 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
H A DCommandObjectLog.cpp95 log_file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
344 log_file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
H A DCommandObjectPlatform.cpp1389 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 DHostInfoNetBSD.cpp69 g_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h165 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 DFileSystemPosix.cpp43 dst.SetFile(buf, FileSpec::Style::native); in Readlink()
/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp63 m_current_value.SetFile(value.str(), FileSpec::Style::native); in SetValueFromString()
H A DOptionValueFileColonLine.cpp116 m_file_spec.SetFile(file_name, FileSpec::Style::native); in SetValueFromString()
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp405 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 DHostInfoWindows.cpp108 m_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
H A DFileSystem.cpp78 dst.SetFile(path, FileSpec::Style::native); in Readlink()
/llvm-project/lldb/source/Host/linux/
H A DHostInfoLinux.cpp134 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetDistributionId()
/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp57 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native);
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp58 module_filespec.SetFile(module_name, FileSpec::Style::native); in CreateFromStructuredData()

123