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"); in DumpDiangosticsLog()
H A DFileSpec.cpp418 FileSpec::CopyByAppendingPathComponent(llvm::StringRef component) const { in CopyByAppendingPathComponent() function in FileSpec
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h380 FileSpec CopyByAppendingPathComponent(llvm::StringRef component) const;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp322 = m_out_dir.CopyByAppendingPathComponent(object_name_model); in GetRunnableInfo()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp909 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.cpp1992 auto fspec = GetFileSpec().CopyByAppendingPathComponent( in GetGnuDebugDataObjectFile()