Home
last modified time | relevance | path

Searched refs:GetDirectory (Results 1 – 25 of 42) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFileSpecList.cpp66 bool compare_filename_only = file_spec.GetDirectory().IsEmpty(); in FindFileIndex()
94 const bool full = !file_spec.GetDirectory().IsEmpty(); in FindCompatibleIndex()
109 llvm::StringRef curr_file_dir = curr_file.GetDirectory().GetStringRef(); in FindCompatibleIndex()
115 llvm::StringRef file_spec_dir = file_spec.GetDirectory().GetStringRef(); in FindCompatibleIndex()
H A DFileLineResolver.cpp40 (bool)m_file_spec.GetDirectory())) { in SearchCallback()
H A DSourceManager.cpp55 file_spec.GetDirectory() && in resolve_tilde()
56 file_spec.GetDirectory().GetCString()[0] == '~') { in resolve_tilde()
418 if (!file_spec.GetDirectory() && file_spec.GetFilename()) { in CommonInitializer()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp306 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
308 module_spec.GetPlatformFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
310 module_spec.GetSymbolFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
391 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
422 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
437 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
445 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
454 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
H A DPlatformDarwin.cpp257 symfile_spec.GetDirectory().GetCString(), in LocateExecutableScriptingResources()
261 symfile_spec.GetDirectory().GetCString(), in LocateExecutableScriptingResources()
1196 executable_file.SetDirectory(executable_dir.GetDirectory()); in LocateExecutable()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFileSpec.i63 GetDirectory() const;
89 …dirname = property(GetDirectory, None, doc='''A read only property that returns the path directory…
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectDiagnostics.cpp69 llvm::Expected<FileSpec> GetDirectory() { in GetDirectory() function in CommandObjectDiagnosticsDump
81 llvm::Expected<FileSpec> directory = GetDirectory(); in DoExecute()
H A DCommandCompletions.cpp135 m_dir_name = partial_spec.GetDirectory().GetCString(); in SourceFileCompleter()
147 context.comp_unit->GetPrimaryFile().GetDirectory().GetCString(); in SearchCallback()
264 m_dir_name = partial_spec.GetDirectory().GetCString(); in ModuleCompleter()
276 context.module_sp->GetFileSpec().GetDirectory().GetCString(); in SearchCallback()
H A DCommandObjectSource.cpp208 bool has_path = (file_spec.GetDirectory().AsCString() != nullptr); in DumpFileLinesInCompUnit()
771 if (line_entry.file.GetDirectory().GetCString() < in operator <()
772 rhs.line_entry.file.GetDirectory().GetCString()) in operator <()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp294 if (full || (a.GetDirectory() && b.GetDirectory())) in Equal()
301 if (pattern.GetDirectory()) in Match()
528 StringRef dir = F.GetDirectory().GetStringRef(); in format()
/openbsd-src/gnu/llvm/lldb/source/Host/linux/
H A DHostInfoLinux.cpp174 file_spec.SetDirectory(GetProgramFileSpec().GetDirectory()); in ComputeSupportExeDirectory()
175 return !file_spec.GetDirectory().IsEmpty(); in ComputeSupportExeDirectory()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHostInfoBase.cpp247 return (bool)file_spec.GetDirectory(); in ComputePathRelativeToLibrary()
262 file_spec.SetDirectory(lldb_file_spec.GetDirectory()); in ComputeSharedLibraryDirectory()
264 return (bool)file_spec.GetDirectory(); in ComputeSharedLibraryDirectory()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFileSpec.h45 const char *GetDirectory() const;
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp235 llvm::StringRef sc_file_dir = sc_file.GetDirectory().GetStringRef(); in DeduceSourceMapping()
237 request_file.GetDirectory().GetStringRef(); in DeduceSourceMapping()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFileSpec.cpp114 const char *SBFileSpec::GetDirectory() const { in GetDirectory() function in SBFileSpec
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h223 const ConstString &GetDirectory() const { return m_directory; } in GetDirectory() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp66 std::string dir_buffer = convert_to_slash(f.GetDirectory().GetStringRef()); in analyzeFile()
/openbsd-src/gnu/llvm/clang/utils/
H A Dclangdiag.py92 diagtool = os.path.join(exe.GetDirectory(), 'diagtool')
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp357 if (file.GetDirectory()) { in CreateTargetInternal()
359 file_dir.SetDirectory(file.GetDirectory()); in CreateTargetInternal()
H A DPlatform.cpp524 if (dst.GetDirectory()) { in Install()
525 const char first_dst_dir_char = dst.GetDirectory().GetCString()[0]; in Install()
527 fixed_dst.SetDirectory(dst.GetDirectory()); in Install()
532 if (!fixed_dst.GetDirectory()) { in Install()
538 fixed_dst.SetDirectory(relative_spec.GetDirectory()); in Install()
H A DModuleCache.cpp143 FileSpec(sysroot_module_path_spec.GetDirectory().AsCString())); in CreateHostSysRootModuleLink()
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-platform.cpp100 FileSpec temp_file_spec(file_spec.GetDirectory().GetStringRef()); in save_socket_id_to_file()
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dsourcewin.py119 path = os.path.join(f.GetDirectory(), self.filename)
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py954 %(bkpt_pattern, source_spec.GetFilename(), source_spec.GetDirectory()))
977 source_spec.GetDirectory()))
1000 %(bkpt_pattern, source_spec.GetFilename(), source_spec.GetDirectory()))
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp282 ConstString file_dir = module_file_spec.GetDirectory(); in LocateExecutableSymbolFile()

12