| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FileSpecList.cpp | 66 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 D | FileLineResolver.cpp | 40 (bool)m_file_spec.GetDirectory())) { in SearchCallback()
|
| H A D | SourceManager.cpp | 55 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 D | PlatformDarwinDevice.cpp | 306 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 D | PlatformDarwin.cpp | 257 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 D | SBFileSpec.i | 63 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 D | CommandObjectDiagnostics.cpp | 69 llvm::Expected<FileSpec> GetDirectory() { in GetDirectory() function in CommandObjectDiagnosticsDump 81 llvm::Expected<FileSpec> directory = GetDirectory(); in DoExecute()
|
| H A D | CommandCompletions.cpp | 135 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 D | CommandObjectSource.cpp | 208 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 D | FileSpec.cpp | 294 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 D | HostInfoLinux.cpp | 174 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 D | HostInfoBase.cpp | 247 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 D | SBFileSpec.h | 45 const char *GetDirectory() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 235 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 D | SBFileSpec.cpp | 114 const char *SBFileSpec::GetDirectory() const { in GetDirectory() function in SBFileSpec
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 223 const ConstString &GetDirectory() const { return m_directory; } in GetDirectory() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | CppModuleConfiguration.cpp | 66 std::string dir_buffer = convert_to_slash(f.GetDirectory().GetStringRef()); in analyzeFile()
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | clangdiag.py | 92 diagtool = os.path.join(exe.GetDirectory(), 'diagtool')
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | TargetList.cpp | 357 if (file.GetDirectory()) { in CreateTargetInternal() 359 file_dir.SetDirectory(file.GetDirectory()); in CreateTargetInternal()
|
| H A D | Platform.cpp | 524 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 D | ModuleCache.cpp | 143 FileSpec(sysroot_module_path_spec.GetDirectory().AsCString())); in CreateHostSysRootModuleLink()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 100 FileSpec temp_file_spec(file_spec.GetDirectory().GetStringRef()); in save_socket_id_to_file()
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | sourcewin.py | 119 path = os.path.join(f.GetDirectory(), self.filename)
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 954 %(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 D | LocateSymbolFile.cpp | 282 ConstString file_dir = module_file_spec.GetDirectory(); in LocateExecutableSymbolFile()
|