/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LocateSymbolFile.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/ |
H A D | SymbolLocatorDefault.cpp | 80 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile() 107 module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>")); in LocateExecutableSymbolFile() 194 if (symbol_file_spec.GetFilename()) { in LocateExecutableSymbolFile() 196 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile() 198 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile() 204 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | AddressResolverFileLine.cpp | 59 m_src_location_spec.GetFileSpec().GetFilename().AsCString( in SearchCallback() 74 m_src_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in GetDescription()
|
H A D | Declaration.cpp | 20 *s << m_file.GetFilename(); in Dump() 40 m_file.GetFilename().Dump(s); in DumpStopContext()
|
H A D | SearchFilter.cpp | 442 s->PutCString(m_module_spec.GetFilename().AsCString("<Unknown>")); in GetDescription() 560 m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString( in GetDescription() 568 m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString( in GetDescription() 778 m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString( in GetDescription() 784 m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString( in GetDescription()
|
H A D | AddressRange.cpp | 191 s->Printf("%s", module_sp->GetFileSpec().GetFilename().AsCString( in Dump() 229 file_name = object_file->GetFileSpec().GetFilename().AsCString(); in GetDescription()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFileSpec.cpp | 108 const char *SBFileSpec::GetFilename() const { in GetFilename() function in SBFileSpec 111 return m_opaque_up->GetFilename().AsCString(); in GetFilename()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | FileSpecList.cpp | 81 if (ConstString::Equals(ith.GetFilename(), file_spec.GetFilename(),
|
H A D | ProcessInfo.cpp | 46 return m_executable.GetFilename().GetCString(); in GetName() 50 return m_executable.GetFilename().GetStringRef(); in GetNameAsStringRef() 128 s.Printf(" name = %s\n", m_executable.GetFilename().GetCString()); in Dump()
|
H A D | FileSpec.cpp | 304 if (pattern.GetFilename()) in Match() 543 StringRef file = F.GetFilename().GetStringRef(); in format()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 81 file->GetFilename().GetStringRef()}; in CreateInstance() 114 file.GetFilename().GetStringRef()}; in GetModuleSpecifications() 120 file.GetFilename()); in GetModuleSpecifications()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | AssertFrameRecognizer.cpp | 91 location.module_spec.GetFilename(), location.symbols, in RegisterAssertFrameRecognizer() 96 for (char c : location.module_spec.GetFilename().GetStringRef()) { in RegisterAssertFrameRecognizer()
|
H A D | InstrumentationRuntime.cpp | 58 if (runtime_regex.Execute(file_spec.GetFilename().GetCString()) || in ModulesDidLoad()
|
H A D | SectionLoadList.cpp | 111 load_addr, module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress() 113 curr_module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
|
H A D | Platform.cpp | 399 if (!dst_dir.GetFilename()) in RecurseCopy_Callback() 400 dst_dir.SetFilename(src.GetFilename()); in RecurseCopy_Callback() 431 if (!dst_file.GetFilename()) in RecurseCopy_Callback() 432 dst_file.SetFilename(src.GetFilename()); in RecurseCopy_Callback() 453 if (!dst_file.GetFilename()) in RecurseCopy_Callback() 454 dst_file.SetFilename(src.GetFilename()); in RecurseCopy_Callback() 480 if (!fixed_dst.GetFilename()) in Install() 481 fixed_dst.SetFilename(src.GetFilename()); in Install() 1814 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage() 1849 file_to_use = FileSpec(remote_filename.GetFilename().GetStringRef(), in LoadImageUsingPaths()
|
H A D | ModuleCache.cpp | 197 JoinPath(module_spec_dir, target_file.GetFilename().AsCString()); in Put() 230 module_spec_dir, module_spec.GetFileSpec().GetFilename().AsCString()); in Get()
|
H A D | StackFrameRecognizer.cpp | 115 ConstString module_name = module_sp->GetFileSpec().GetFilename(); in GetRecognizerForFrame()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBFileSpecExtensions.i | 12 basename = property(GetFilename, None, doc='''A read only property that returns the path basename as a python string.''')
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSource.cpp | 171 ConstString module_file_name = module->GetFileSpec().GetFilename(); in DumpLinesInSymbolContexts() 205 assert(file_spec.GetFilename().AsCString()); in DumpFileLinesInCompUnit() 216 ConstString file_spec_name = file_spec.GetFilename(); in DumpFileLinesInCompUnit() 217 ConstString module_file_name = module->GetFileSpec().GetFilename(); in DumpFileLinesInCompUnit() 248 << cu->GetPrimaryFile().GetFilename() << " in `" in DumpFileLinesInCompUnit() 770 if (line_entry.GetFile().GetFilename().GetCString() < in operator <() 771 rhs.line_entry.GetFile().GetFilename().GetCString()) in operator <()
|
H A D | CommandCompletions.cpp | 142 m_file_name = partial_spec.GetFilename().GetCString(); in SourceFileCompleter() 153 context.comp_unit->GetPrimaryFile().GetFilename().GetCString(); in SearchCallback() 178 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion() 303 context.module_sp->GetFileSpec().GetFilename().GetStringRef(); in SearchCallback()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 397 ConstString filename = exec_fspec.GetFilename(); in LookForDsymNextToExecutablePath() 504 const char *fn = parent_dirs.GetFilename().AsCString(); in LocateDSYMInVincinityOfExecutable() 776 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableSymbolFile() 781 module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>")); in LocateExecutableSymbolFile() 1072 llvm::formatv("{0} ({1})", file_spec_ptr->GetFilename().GetString(), in DownloadObjectAndSymbolFile() 1077 lookup_desc = file_spec_ptr->GetFilename().GetString(); in DownloadObjectAndSymbolFile()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 201 item.second.GetName(), item.first->GetFileSpec().GetFilename()); in FindCompleteType() 666 module_sp->GetFileSpec().GetFilename()); in FillNamespaceMap() 702 image->GetFileSpec().GetFilename()); in FillNamespaceMap() 1342 i->second.GetName(), i->first->GetFileSpec().GetFilename()); in LookupInNamespace() 1404 module_sp->GetFileSpec().GetFilename()); in CompleteNamespaceMap() 1429 image->GetFileSpec().GetFilename()); in CompleteNamespaceMap()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBFileSpec.h | 46 const char *GetFilename() const;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | FileSpec.h | 240 const ConstString &GetFilename() const { return m_filename; } in GetFilename() function
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | FileSystem.cpp | 258 if (file_spec.GetFilename().IsEmpty()) in Resolve() 325 ConstString filename = file_spec.GetFilename(); in ResolveExecutableLocation()
|