Home
last modified time | relevance | path

Searched refs:CopyByAppendingPathComponent (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducerProvider.cpp40 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
60 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
82 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
99 GetRoot().CopyByAppendingPathComponent(filename)); in GetNewProcessInfoRecorder()
127 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
H A DGDBRemote.cpp105 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
131 PacketRecorder::Create(GetRoot().CopyByAppendingPathComponent(filename)); in GetNewPacketRecorder()
150 FileSpec history_file = GetRoot().CopyByAppendingPathComponent(Info::file); in GetHistoryStream()
H A DReproducer.cpp206 FileSpec index = m_root.CopyByAppendingPathComponent("index.yaml"); in LoadIndex()
H A DFileSpec.cpp399 FileSpec::CopyByAppendingPathComponent(llvm::StringRef component) const { in CopyByAppendingPathComponent() function in FileSpec
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducerProvider.h103 directory.CopyByAppendingPathComponent("root").GetPath(), in FileProvider()
152 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(T::Info::file); in Keep()
256 T::Create(this->GetRoot().CopyByAppendingPathComponent(filename)); in GetNewRecorder()
273 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(V::Info::file); in Keep()
360 loader->GetRoot().CopyByAppendingPathComponent(file); in Create()
H A DFileSpec.h380 FileSpec CopyByAppendingPathComponent(llvm::StringRef component) const;
H A DReproducer.h164 return GetRoot().CopyByAppendingPathComponent(T::file); in GetFile()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp176 source_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent( in GetFile()
219 destination_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent( in PutFile()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DFileSpecTest.cpp116 TEST(FileSpecTest, CopyByAppendingPathComponent) { in TEST() argument
117 FileSpec fs = PosixSpec("/foo").CopyByAppendingPathComponent("bar"); in TEST()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp321 = m_out_dir.CopyByAppendingPathComponent(object_name_model); in GetRunnableInfo()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp123 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetCString(); in loadMatchingPDBFile()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1946 auto fspec = GetFileSpec().CopyByAppendingPathComponent( in GetGnuDebugDataObjectFile()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5191 exec_dir.CopyByAppendingPathComponent(at_exec_relative_path);