reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/CompileUnit.h
  243   const FileSpecList &GetSupportFiles();

References

tools/lldb/source/API/SBCompileUnit.cpp
  123     return m_opaque_ptr->GetSupportFiles().GetSize();
  158     FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx);
  174     const FileSpecList &support_files = m_opaque_ptr->GetSupportFiles();
tools/lldb/source/Commands/CommandCompletions.cpp
  362       FileSpecList supporting_files = context.comp_unit->GetSupportFiles();
tools/lldb/source/Commands/CommandObjectSource.cpp
  220       const FileSpecList &cu_file_list = cu->GetSupportFiles();
tools/lldb/source/Core/FileLineResolver.cpp
   43         cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false);
   55             file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  475   for (const FileSpec &f : sc.comp_unit->GetSupportFiles())
  482           module->GetCompileUnitAtIndex(i)->GetSupportFiles();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  871       return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx);
 1158                 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file),
 1164                 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file),
 1882               sc.comp_unit->GetSupportFiles().FindFileIndex(1, file_spec, true);
 1894               file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex(
 3177             decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(
tools/lldb/source/Symbol/CompileUnit.cpp
  200     file_idx = GetSupportFiles().FindFileIndex(1, *file_spec_ptr, true);
  207     const FileSpecList &support_files = GetSupportFiles();
  240       GetSupportFiles().FindFileIndex(1, file_spec, true);
  243     file_idx = GetSupportFiles().FindFileIndex(file_idx + 1, file_spec, true);
tools/lldb/source/Symbol/DebugMacros.cpp
   26   return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx);
tools/lldb/source/Symbol/LineTable.cpp
  274       m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx);
  276       m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx);