Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp76 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 DFileSpec.cpp295 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 DCommandObjectDiagnostics.cpp69 llvm::Expected<FileSpec> GetDirectory() { in GetDirectory() function in CommandObjectDiagnosticsDump
81 llvm::Expected<FileSpec> directory = GetDirectory(); in DoExecute()
H A DCommandObjectSource.cpp206 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 DCommandCompletions.cpp143 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 DDirectoryScanner.cpp35 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 DSBFileSpecExtensions.i13 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 DHostInfoBase.cpp243 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 DFileSystem.cpp320 ConstString directory = file_spec.GetDirectory(); in ResolveExecutableLocation()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFileLineResolver.cpp40 (bool)m_file_spec.GetDirectory())) { in SearchCallback()
H A DSourceManager.cpp58 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 DBreakpointResolverFileLine.cpp232 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 DSBFileSpec.h48 const char *GetDirectory() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp114 const char *SBFileSpec::GetDirectory() const { in GetDirectory() function in SBFileSpec
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h223 const ConstString &GetDirectory() const { return m_directory; } in GetDirectory() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp66 std::string dir_buffer = convert_to_slash(f.GetDirectory().GetStringRef()); in analyzeFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp117 ConstString file_dir = module_file_spec.GetDirectory(); in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp359 if (file.GetDirectory()) { in CreateTargetInternal()
361 file_dir.SetDirectory(file.GetDirectory()); in CreateTargetInternal()
H A DPlatform.cpp486 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 DModuleCache.cpp143 FileSpec(sysroot_module_path_spec.GetDirectory().AsCString())); in CreateHostSysRootModuleLink()
H A DTrace.cpp116 trace_description_file.GetDirectory().AsCString()); in LoadPostMortemTraceFromFile()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp99 FileSpec temp_file_spec(file_spec.GetDirectory().GetStringRef()); in save_socket_id_to_file()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp276 sys::fs::create_directories(path_to_copy_module.GetDirectory().AsCString()); in BuildModulesSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp390 FullPath = parentFileSpec.GetDirectory().GetStringRef();

12