Home
last modified time | relevance | path

Searched refs:RemoveLastPathComponent (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp82 dsym_directory.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
124 dsym_yaa_fspec.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
169 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
199 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
H A DLocateSymbolFileMacOSX.cpp423 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
424 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
425 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
426 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h396 bool RemoveLastPathComponent();
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp446 bool FileSpec::RemoveLastPathComponent() { in RemoveLastPathComponent() function in FileSpec
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp423 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in SharedLibraryDirectoryHelper()
424 this_file.RemoveLastPathComponent(); // lldb in SharedLibraryDirectoryHelper()
429 this_file.RemoveLastPathComponent(); in SharedLibraryDirectoryHelper()