Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerProvider.h121 directory.CopyByAppendingPathComponent("files.txt").GetPath(), in FileProvider()
122 directory.CopyByAppendingPathComponent("dirs.txt").GetPath(), ec); in FileProvider()
170 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(T::Info::file); in Keep()
275 T::Create(this->GetRoot().CopyByAppendingPathComponent(filename)); in GetNewRecorder()
292 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(V::Info::file); in Keep()
379 loader->GetRoot().CopyByAppendingPathComponent(file); in Create()
H A DFileSpec.h382 FileSpec CopyByAppendingPathComponent(llvm::StringRef component) const;
H A DReproducer.h166 return GetRoot().CopyByAppendingPathComponent(T::file); in GetFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducerProvider.cpp40 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
109 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
126 GetRoot().CopyByAppendingPathComponent(filename)); in GetNewProcessInfoRecorder()
154 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.cpp232 FileSpec index = m_root.CopyByAppendingPathComponent("index.yaml"); in LoadIndex()
372 reproducer_root.CopyByAppendingPathComponent("files.txt").GetPath(); in Finalize()
374 reproducer_root.CopyByAppendingPathComponent("dirs.txt").GetPath(); in Finalize()
377 reproducer_root.CopyByAppendingPathComponent("root").GetPath(), in Finalize()
389 reproducer_root.CopyByAppendingPathComponent(FileProvider::Info::file); in Finalize()
H A DFileSpec.cpp400 FileSpec::CopyByAppendingPathComponent(llvm::StringRef component) const { in CopyByAppendingPathComponent() function in FileSpec
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBReproducerPrivate.h43 m_stream(directory.CopyByAppendingPathComponent("sbapi.bin").GetPath(), in SBProvider()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp120 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetCString(); in loadMatchingPDBFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1916 auto fspec = GetFileSpec().CopyByAppendingPathComponent( in GetGnuDebugDataObjectFile()