Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp104 FileSpec log_file = dir.CopyByAppendingPathComponent("diagnostics.log"); in DumpDiangosticsLog()
H A DFileSpec.cpp418 FileSpec::CopyByAppendingPathComponent(llvm::StringRef component) const { in CopyByAppendingPathComponent() function in FileSpec
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp214 source_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent( in GetFile()
261 destination_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent( in PutFile()
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h380 FileSpec CopyByAppendingPathComponent(llvm::StringRef component) const;
/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp116 TEST(FileSpecTest, CopyByAppendingPathComponent) { in TEST() argument
117 FileSpec fs = PosixSpec("/foo").CopyByAppendingPathComponent("bar"); in TEST()
/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp319 = m_out_dir.CopyByAppendingPathComponent(object_name_model); in GetRunnableInfo()
/llvm-project/lldb/source/Core/
H A DDebugger.cpp960 FileSpec destination = dir.CopyByAppendingPathComponent(file_name); in Clear()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp120 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetPathAsConstString().GetStringRef(); in loadMatchingPDBFile()
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2037 auto fspec = GetFileSpec().CopyByAppendingPathComponent( in GetGnuDebugDataObjectFile()
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5246 exec_dir.CopyByAppendingPathComponent(at_exec_relative_path);