Home
last modified time | relevance | path

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

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