Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp250 build_path.RemoveLastPathComponent(); in CreateInstance()
251 build_path.RemoveLastPathComponent(); in CreateInstance()
252 source_path.RemoveLastPathComponent(); in CreateInstance()
253 source_path.RemoveLastPathComponent(); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp87 dsym_directory.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
129 dsym_yaa_fspec.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
175 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
205 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
H A DLocateSymbolFileMacOSX.cpp450 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
451 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
452 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
453 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h409 bool RemoveLastPathComponent();
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp464 bool FileSpec::RemoveLastPathComponent() { in RemoveLastPathComponent() function in FileSpec
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp310 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in SharedLibraryDirectoryHelper()
311 this_file.RemoveLastPathComponent(); // lldb in SharedLibraryDirectoryHelper()
316 this_file.RemoveLastPathComponent(); in SharedLibraryDirectoryHelper()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1246 while (platform_pull_upart.RemoveLastPathComponent()) { in FindBundleBinaryInExecSearchPaths()