Home
last modified time | relevance | path

Searched refs:dst_file_spec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h998 const FileSpec &dst_file_spec);
1001 const FileSpec &dst_file_spec);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1773 const FileSpec &dst_file_spec) { in DownloadModuleSlice() argument
1777 llvm::raw_fd_ostream dst(dst_file_spec.GetPath(), EC, llvm::sys::fs::OF_None); in DownloadModuleSlice()
1780 dst_file_spec.GetPath().c_str()); in DownloadModuleSlice()
1819 const FileSpec &dst_file_spec) { in DownloadSymbolFile() argument