Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h396 FileSpec CopyByRemovingLastPathComponent() const;
/openbsd/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp424 FileSpec FileSpec::CopyByRemovingLastPathComponent() const { in CopyByRemovingLastPathComponent() function in FileSpec
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp283 module_cache_spec.CopyByRemovingLastPathComponent(); in MakeCacheFolderForFile()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp115 const auto exe_dir = FileSpec(exe_path).CopyByRemovingLastPathComponent(); in loadMatchingPDBFile()
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2804 m_command_source_dirs.push_back(cmd_file.CopyByRemovingLastPathComponent()); in HandleCommandsFromFile()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5204 FileSpec exec_dir = this_file_spec.CopyByRemovingLastPathComponent();