Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Utility/
H A DDiagnostics.cpp96 FileSpec log_file = dir.CopyByAppendingPathComponent("diagnostics.log"); in DumpDiangosticsLog()
H A DFileSpec.cpp418 FileSpec::CopyByAppendingPathComponent(llvm::StringRef component) const { in CopyByAppendingPathComponent() function in FileSpec
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp177 source_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent( in GetFile()
220 destination_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent( in PutFile()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h395 FileSpec CopyByAppendingPathComponent(llvm::StringRef component) const;
/openbsd/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp322 = m_out_dir.CopyByAppendingPathComponent(object_name_model); in GetRunnableInfo()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp117 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetPathAsConstString().GetStringRef(); in loadMatchingPDBFile()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1963 auto fspec = GetFileSpec().CopyByAppendingPathComponent( in GetGnuDebugDataObjectFile()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5207 exec_dir.CopyByAppendingPathComponent(at_exec_relative_path);