| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 57 << this->GetPrimaryFile() << "\", language = \"" << language << '"'; in GetDescription() 110 << language << "\", file = '" << GetPrimaryFile() << "'\n"; in Dump() 222 file_spec_ptr = &GetPrimaryFile(); in FindLineEntry() 250 FileSpec::Match(file_spec, this->GetPrimaryFile()); in ResolveSymbolContext()
|
| H A D | SymbolContext.cpp | 322 comp_unit->GetPrimaryFile()); in Dump() 1064 if (!FileSpec::Match(*m_file_spec_up, sc.comp_unit->GetPrimaryFile())) in SymbolContextMatches()
|
| H A D | Function.cpp | 355 m_comp_unit->GetPrimaryFile().GetPath().c_str()); in GetBlock()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | FileLineResolver.cpp | 39 if (m_inlines || m_file_spec.Compare(cu->GetPrimaryFile(), m_file_spec, in SearchCallback()
|
| H A D | SearchFilter.cpp | 700 cu_spec = sym_ctx.comp_unit->GetPrimaryFile(); in AddressPasses() 711 bool in_cu_list = m_cu_spec_list.FindFileIndex(0, compUnit.GetPrimaryFile(), in CompUnitPasses() 763 0, matchingContext.comp_unit->GetPrimaryFile(), false) == in Search()
|
| H A D | SourceManager.cpp | 437 m_file_spec = sc.comp_unit->GetPrimaryFile(); in CommonInitializer()
|
| H A D | Module.cpp | 630 if (FileSpec::Match(path, sc.comp_unit->GetPrimaryFile())) in FindCompileUnits()
|
| H A D | FormatEntity.cpp | 1382 if (DumpFile(s, cu->GetPrimaryFile(), (FileKind)entry.number)) in Format()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCompileUnit.cpp | 53 file_spec.SetFileSpec(m_opaque_ptr->GetPrimaryFile()); in GetFileSpec() 109 file_spec = m_opaque_ptr->GetPrimaryFile(); in FindLineEntryIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 249 << cu->GetPrimaryFile().GetFilename() << " in `" in DumpFileLinesInCompUnit() 1076 m_breakpoint_locations.Reset(sc.comp_unit->GetPrimaryFile(), 0, in DoExecute() 1106 sc.comp_unit->GetPrimaryFile(), sc.line_entry.line, column, in DoExecute() 1216 m_breakpoint_locations.Reset(sc.comp_unit->GetPrimaryFile(), 0, in DoExecute() 1228 sc.comp_unit->GetPrimaryFile(), m_options.start_line, column, 0, in DoExecute()
|
| H A D | CommandCompletions.cpp | 143 context.comp_unit->GetPrimaryFile().GetFilename().GetCString(); in SearchCallback() 145 context.comp_unit->GetPrimaryFile().GetDirectory().GetCString(); in SearchCallback() 157 m_matching_files.AppendIfUnique(context.comp_unit->GetPrimaryFile()); in SearchCallback()
|
| H A D | CommandObjectTarget.cpp | 800 sc.comp_unit->GetPrimaryFile(), sc.module_sp->GetFileSpec()); in DumpGlobalVariableList() 806 s.Format("Global variables for {0}\n", sc.comp_unit->GetPrimaryFile()); in DumpGlobalVariableList() 905 comp_unit->GetPrimaryFile()); in DoExecute() 1312 strm << "Line table for " << sc.comp_unit->GetPrimaryFile() << " in `" in DumpCompileUnitLineTable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 227 const FileSpec &GetPrimaryFile() const { return m_file_spec; } in GetPrimaryFile() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileRegex.cpp | 102 FileSpec cu_file_spec = cu->GetPrimaryFile(); in SearchCallback()
|
| H A D | Breakpoint.cpp | 626 if (old_sc.comp_unit->GetPrimaryFile() == in SymbolContextsMightBeEquivalent() 627 new_sc.comp_unit->GetPrimaryFile()) { in SymbolContextsMightBeEquivalent()
|
| H A D | BreakpointLocation.cpp | 528 sc.comp_unit->GetPrimaryFile().GetFilename().Dump(s); in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 750 data.support_files = map.translate(cu.GetPrimaryFile(), *m_files); in ParseLineTableAndSupportFiles()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1975 src_location_spec.GetFileSpec(), dc_cu->GetPrimaryFile()); in ResolveSymbolContext()
|