Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp62 << this->GetPrimaryFile() << "\", language = \"" << language << '"'; in GetDescription()
121 << language << "\", file = '" << GetPrimaryFile() << "'\n"; in Dump()
231 file_spec_ptr = &GetPrimaryFile(); in FindLineEntry()
264 FileSpec::Match(file_spec, this->GetPrimaryFile()); in ResolveSymbolContext()
H A DFunction.cpp390 GetName().GetCString(), m_comp_unit->GetPrimaryFile().GetPath())); in GetBlock()
H A DSymbolContext.cpp1051 if (!FileSpec::Match(*m_file_spec_up, sc.comp_unit->GetPrimaryFile())) in SymbolContextMatches()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFileLineResolver.cpp39 if (m_inlines || m_file_spec.Compare(cu->GetPrimaryFile(), m_file_spec, in SearchCallback()
H A DSearchFilter.cpp707 cu_spec = sym_ctx.comp_unit->GetPrimaryFile(); in AddressPasses()
718 bool in_cu_list = m_cu_spec_list.FindFileIndex(0, compUnit.GetPrimaryFile(), in CompUnitPasses()
770 0, matchingContext.comp_unit->GetPrimaryFile(), false) == in Search()
H A DModule.cpp638 if (FileSpec::Match(path, sc.comp_unit->GetPrimaryFile())) in FindCompileUnits()
H A DFormatEntity.cpp1642 if (DumpFile(s, cu->GetPrimaryFile(), (FileKind)entry.number)) in Format()
H A DIOHandlerCursesGUI.cpp5354 symbol_context.comp_unit->GetPrimaryFile().GetFilename().Dump( in ComputeDetailsList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h232 const FileSpec &GetPrimaryFile() const { in GetPrimaryFile() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp102 FileSpec cu_file_spec = cu->GetPrimaryFile(); in SearchCallback()
H A DBreakpoint.cpp667 if (old_sc.comp_unit->GetPrimaryFile() == in SymbolContextsMightBeEquivalent()
668 new_sc.comp_unit->GetPrimaryFile()) { in SymbolContextsMightBeEquivalent()
H A DBreakpointLocation.cpp527 sc.comp_unit->GetPrimaryFile().GetFilename().Dump(s); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp153 context.comp_unit->GetPrimaryFile().GetFilename().GetCString(); in SearchCallback()
155 context.comp_unit->GetPrimaryFile().GetDirectory().GetCString(); in SearchCallback()
167 m_matching_files.AppendIfUnique(context.comp_unit->GetPrimaryFile()); in SearchCallback()
H A DCommandObjectSource.cpp248 << cu->GetPrimaryFile().GetFilename() << " in `" in DumpFileLinesInCompUnit()
1023 m_breakpoint_locations.Reset(sc.comp_unit->GetPrimaryFile(), 0, in DoExecute()
1180 m_breakpoint_locations.Reset(sc.comp_unit->GetPrimaryFile(), 0, in DoExecute()
H A DCommandObjectTarget.cpp813 sc.comp_unit->GetPrimaryFile(), sc.module_sp->GetFileSpec()); in DumpGlobalVariableList()
819 s.Format("Global variables for {0}\n", sc.comp_unit->GetPrimaryFile()); in DumpGlobalVariableList()
920 comp_unit->GetPrimaryFile()); in DoExecute()
1290 strm << "Line table for " << sc.comp_unit->GetPrimaryFile() << " in `" in DumpCompileUnitLineTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp877 data.support_files = map.translate(cu.GetPrimaryFile(), *m_files); in ParseLineTableAndSupportFiles()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1166 src_location_spec.GetFileSpec(), cu->GetPrimaryFile()); in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2246 src_location_spec.GetFileSpec(), dc_cu->GetPrimaryFile()); in ResolveSymbolContext()