| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpecList.cpp | 76 bool compare_filename_only = file_spec.GetDirectory().IsEmpty(); in FindFileIndex() 121 const bool full = !file_spec.GetDirectory().IsEmpty(); in FindCompatibleIndex() 136 llvm::StringRef curr_file_dir = curr_file.GetDirectory().GetStringRef(); in GetFileSpecAtIndex() 142 llvm::StringRef file_spec_dir = file_spec.GetDirectory().GetStringRef();
|
| H A D | FileSpec.cpp | 295 if (full || (a.GetDirectory() && b.GetDirectory())) in Equal() 302 if (pattern.GetDirectory()) in Match() 542 StringRef dir = F.GetDirectory().GetStringRef(); in format()
|
| /freebsd/contrib/llvm-project/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 | CommandObjectSource.cpp | 206 bool has_path = (file_spec.GetDirectory().AsCString() != nullptr); in DumpFileLinesInCompUnit() 767 if (line_entry.GetFile().GetDirectory().GetCString() < in operator <() 768 rhs.line_entry.GetFile().GetDirectory().GetCString()) in operator <()
|
| H A D | CommandCompletions.cpp | 143 m_dir_name = partial_spec.GetDirectory().GetCString(); in SourceFileCompleter() 155 context.comp_unit->GetPrimaryFile().GetDirectory().GetCString(); in SearchCallback()
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | DirectoryScanner.cpp | 35 auto GetDirectory = [&](const char *Sub) -> OptionalDirectoryEntryRef { in scanForUnwrappedLibraries() local 41 auto DirPublic = GetDirectory("usr/include"); in scanForUnwrappedLibraries() 42 auto DirPrivate = GetDirectory("usr/local/include"); in scanForUnwrappedLibraries()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFileSpecExtensions.i | 13 dirname = property(GetDirectory, None, doc='''A read only property that returns the path directory name as a python string.''')
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 243 return (bool)file_spec.GetDirectory(); in ComputePathRelativeToLibrary() 258 file_spec.SetDirectory(lldb_file_spec.GetDirectory()); in ComputeSharedLibraryDirectory() 260 return (bool)file_spec.GetDirectory(); in ComputeSharedLibraryDirectory()
|
| H A D | FileSystem.cpp | 320 ConstString directory = file_spec.GetDirectory(); in ResolveExecutableLocation()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | FileLineResolver.cpp | 40 (bool)m_file_spec.GetDirectory())) { in SearchCallback()
|
| H A D | SourceManager.cpp | 58 file_spec.GetDirectory() && in resolve_tilde() 59 file_spec.GetDirectory().GetCString()[0] == '~') { in resolve_tilde() 475 if (!file_spec.GetDirectory() && file_spec.GetFilename()) { in CommonInitializer()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 232 llvm::StringRef sc_file_dir = sc_file.GetDirectory().GetStringRef(); in DeduceSourceMapping() 234 request_file.GetDirectory().GetStringRef(); in DeduceSourceMapping()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFileSpec.h | 48 const char *GetDirectory() const;
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFileSpec.cpp | 114 const char *SBFileSpec::GetDirectory() const { in GetDirectory() function in SBFileSpec
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 223 const ConstString &GetDirectory() const { return m_directory; } in GetDirectory() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | CppModuleConfiguration.cpp | 66 std::string dir_buffer = convert_to_slash(f.GetDirectory().GetStringRef()); in analyzeFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/ |
| H A D | SymbolLocatorDefault.cpp | 117 ConstString file_dir = module_file_spec.GetDirectory(); in LocateExecutableSymbolFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetList.cpp | 359 if (file.GetDirectory()) { in CreateTargetInternal() 361 file_dir.SetDirectory(file.GetDirectory()); in CreateTargetInternal()
|
| H A D | Platform.cpp | 486 if (dst.GetDirectory()) { in Install() 487 const char first_dst_dir_char = dst.GetDirectory().GetCString()[0]; in Install() 489 fixed_dst.SetDirectory(dst.GetDirectory()); in Install() 494 if (!fixed_dst.GetDirectory()) { in Install() 500 fixed_dst.SetDirectory(relative_spec.GetDirectory()); in Install()
|
| H A D | ModuleCache.cpp | 143 FileSpec(sysroot_module_path_spec.GetDirectory().AsCString())); in CreateHostSysRootModuleLink()
|
| H A D | Trace.cpp | 116 trace_description_file.GetDirectory().AsCString()); in LoadPostMortemTraceFromFile()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 99 FileSpec temp_file_spec(file_spec.GetDirectory().GetStringRef()); in save_socket_id_to_file()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFile.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleSaver.cpp | 276 sys::fs::create_directories(path_to_copy_module.GetDirectory().AsCString()); in BuildModulesSection()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 390 FullPath = parentFileSpec.GetDirectory().GetStringRef();
|