Home
last modified time | relevance | path

Searched refs:CopyByRemovingLastPathComponent (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h383 FileSpec CopyByRemovingLastPathComponent() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp406 FileSpec FileSpec::CopyByRemovingLastPathComponent() const { in CopyByRemovingLastPathComponent() function in FileSpec
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp118 const auto exe_dir = FileSpec(exe_path).CopyByRemovingLastPathComponent(); in loadMatchingPDBFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2557 m_command_source_dirs.push_back(cmd_file.CopyByRemovingLastPathComponent()); in HandleCommandsFromFile()