Home
last modified time | relevance | path

Searched refs:GetPrimaryFile (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompileUnit.cpp57 << this->GetPrimaryFile() << "\", language = \"" << language << '"'; in GetDescription()
116 << language << "\", file = '" << GetPrimaryFile() << "'\n"; in Dump()
232 file_spec_ptr = &GetPrimaryFile(); in FindLineEntry()
260 FileSpec::Match(file_spec, this->GetPrimaryFile()); in ResolveSymbolContext()
H A DSymbolContext.cpp322 comp_unit->GetPrimaryFile()); in Dump()
1059 if (!FileSpec::Match(*m_file_spec_up, sc.comp_unit->GetPrimaryFile())) in SymbolContextMatches()
H A DFunction.cpp353 GetName().GetCString(), m_comp_unit->GetPrimaryFile().GetPath())); in GetBlock()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCompileUnit.cpp48 file_spec.SetFileSpec(m_opaque_ptr->GetPrimaryFile()); in GetFileSpec()
113 file_spec = m_opaque_ptr->GetPrimaryFile(); in FindLineEntryIndex()
/llvm-project-15.0.7/lldb/source/Core/
H A DFileLineResolver.cpp39 if (m_inlines || m_file_spec.Compare(cu->GetPrimaryFile(), m_file_spec, in SearchCallback()
H A DSearchFilter.cpp700 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 DSourceManager.cpp450 m_file_spec = sc.comp_unit->GetPrimaryFile(); in CommonInitializer()
H A DModule.cpp626 if (FileSpec::Match(path, sc.comp_unit->GetPrimaryFile())) in FindCompileUnits()
H A DFormatEntity.cpp1381 if (DumpFile(s, cu->GetPrimaryFile(), (FileKind)entry.number)) in Format()
H A DIOHandlerCursesGUI.cpp5327 symbol_context.comp_unit->GetPrimaryFile().GetFilename().Dump( in ComputeDetailsList()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSource.cpp249 << cu->GetPrimaryFile().GetFilename() << " in `" in DumpFileLinesInCompUnit()
1062 m_breakpoint_locations.Reset(sc.comp_unit->GetPrimaryFile(), 0, in DoExecute()
1092 sc.comp_unit->GetPrimaryFile(), sc.line_entry.line, column, in DoExecute()
1202 m_breakpoint_locations.Reset(sc.comp_unit->GetPrimaryFile(), 0, in DoExecute()
1214 sc.comp_unit->GetPrimaryFile(), m_options.start_line, column, 0, in DoExecute()
H A DCommandCompletions.cpp145 context.comp_unit->GetPrimaryFile().GetFilename().GetCString(); in SearchCallback()
147 context.comp_unit->GetPrimaryFile().GetDirectory().GetCString(); in SearchCallback()
159 m_matching_files.AppendIfUnique(context.comp_unit->GetPrimaryFile()); in SearchCallback()
H A DCommandObjectTarget.cpp811 sc.comp_unit->GetPrimaryFile(), sc.module_sp->GetFileSpec()); in DumpGlobalVariableList()
817 s.Format("Global variables for {0}\n", sc.comp_unit->GetPrimaryFile()); in DumpGlobalVariableList()
916 comp_unit->GetPrimaryFile()); in DoExecute()
1315 strm << "Line table for " << sc.comp_unit->GetPrimaryFile() << " in `" in DumpCompileUnitLineTable()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompileUnit.h227 const FileSpec &GetPrimaryFile() const { return m_file_spec; } in GetPrimaryFile() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp102 FileSpec cu_file_spec = cu->GetPrimaryFile(); in SearchCallback()
H A DBreakpoint.cpp630 if (old_sc.comp_unit->GetPrimaryFile() == in SymbolContextsMightBeEquivalent()
631 new_sc.comp_unit->GetPrimaryFile()) { in SymbolContextsMightBeEquivalent()
H A DBreakpointLocation.cpp528 sc.comp_unit->GetPrimaryFile().GetFilename().Dump(s); in GetDescription()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp571 Candidate->GetPrimaryFile().GetFilename().GetStringRef() != File) in findVariables()
674 << comp_unit->GetPrimaryFile().GetFilename().AsCString() in verify()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp112 if (FileSpecMatchesAsBaseOrFull(sc.comp_unit->GetPrimaryFile(), spec)) in ContainsCompileUnit()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp889 data.support_files = map.translate(cu.GetPrimaryFile(), *m_files); in ParseLineTableAndSupportFiles()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1070 src_location_spec.GetFileSpec(), cu->GetPrimaryFile()); in ResolveSymbolContext()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2068 src_location_spec.GetFileSpec(), dc_cu->GetPrimaryFile()); in ResolveSymbolContext()