Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp104 FileSpec log_file = dir.CopyByAppendingPathComponent("diagnostics.log");
H A DFileSpec.cpp425 FileSpec::CopyByAppendingPathComponent(llvm::StringRef component) const { in CopyByAppendingPathComponent() function in FileSpec
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h391 FileSpec CopyByAppendingPathComponent(llvm::StringRef component) const;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp321 = m_out_dir.CopyByAppendingPathComponent(object_name_model); in GetRunnableInfo()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1055 FileSpec destination = dir.CopyByAppendingPathComponent(file_name); in Debugger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp120 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetPathAsConstString().GetStringRef(); in loadMatchingPDBFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2007 auto fspec = GetFileSpec().CopyByAppendingPathComponent( in GetGnuDebugDataObjectFile()