Home
last modified time | relevance | path

Searched refs:SetDirectory (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp79 file_spec.SetDirectory(clang_dir); in DefaultComputeClangResourceDirectory()
127 file_spec.SetDirectory(clang_path); in ComputeClangResourceDirectory()
142 file_spec.SetDirectory(clang_path); in ComputeClangResourceDirectory()
153 file_spec.SetDirectory(raw_path); in ComputeClangResourceDirectory()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp242 file_spec.SetDirectory(raw_path); in ComputePathRelativeToLibrary()
258 file_spec.SetDirectory(lldb_file_spec.GetDirectory()); in ComputeSharedLibraryDirectory()
278 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeProcessTempFileDirectory()
301 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeGlobalTempFileDirectory()
H A DFileSystem.cpp259 file_spec.SetDirectory(path); in Resolve()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp131 void SBFileSpec::SetDirectory(const char *directory) { in SetDirectory() function in SBFileSpec
135 m_opaque_up->SetDirectory(directory); in SetDirectory()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h229 void SetDirectory(ConstString directory);
230 void SetDirectory(llvm::StringRef directory);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpec.h52 void SetDirectory(const char *directory);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDiagnostics.cpp47 directory.SetDirectory(option_arg); in SetOptionValue()
H A DCommandObjectTarget.cpp411 core_file_dir.SetDirectory(core_file.GetDirectory()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp148 file_spec.SetDirectory(temp_file.GetPath()); in ComputeHeaderDirectory()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp335 void FileSpec::SetDirectory(ConstString directory) { in SetDirectory() function in FileSpec
340 void FileSpec::SetDirectory(llvm::StringRef directory) { in SetDirectory() function in FileSpec
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp416 recurse_dst.SetDirectory(dst_dir.GetPathAsConstString()); in RecurseCopy_Callback()
489 fixed_dst.SetDirectory(dst.GetDirectory()); in Install()
500 fixed_dst.SetDirectory(relative_spec.GetDirectory()); in Install()
510 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install()
520 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install()
547 recurse_dst.SetDirectory(fixed_dst.GetPathAsConstString()); in Install()
H A DTargetList.cpp361 file_dir.SetDirectory(file.GetDirectory()); in CreateTargetInternal()
H A DTarget.cpp2212 transformed_spec.GetFileSpec().SetDirectory(transformed_dir); in GetOrCreateModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp286 spec.SetDirectory(path); in GetPythonDir()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3174 core_file_directory_spec.SetDirectory(core_file_spec.GetDirectory()); in SetCoreFile()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29398 (arg1)->SetDirectory((char const *)arg2); in _wrap_SBFileSpec_SetDirectory()