Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp399 dsym_directory.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
441 dsym_yaa_fspec.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
487 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
517 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
920 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
921 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
922 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
923 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h394 bool RemoveLastPathComponent();
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp458 bool FileSpec::RemoveLastPathComponent() { in RemoveLastPathComponent() function in FileSpec
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp331 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in SharedLibraryDirectoryHelper()
332 this_file.RemoveLastPathComponent(); // lldb in SharedLibraryDirectoryHelper()
337 this_file.RemoveLastPathComponent(); in SharedLibraryDirectoryHelper()