Searched refs:GetSupportFiles (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 251 file_idx = GetSupportFiles().FindFileIndex(1, *file_spec_ptr, true); in FindLineEntry() 258 FileSpecList &support_files = GetSupportFiles(); in FindLineEntry() 291 GetSupportFiles().FindFileIndex(1, file_spec, true); in ResolveSymbolContext() 294 file_idx = GetSupportFiles().FindFileIndex(file_idx + 1, file_spec, true); in ResolveSymbolContext() 407 FileSpecList &CompileUnit::GetSupportFiles() { in GetSupportFiles() function in CompileUnit
|
| H A D | DebugMacros.cpp | 27 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
|
| H A D | LineTable.cpp | 263 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry() 265 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | FileLineResolver.cpp | 46 cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); in SearchCallback() 58 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, in SearchCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCompileUnit.cpp | 129 FileSpecList &support_files = m_opaque_ptr->GetSupportFiles(); in GetNumSupportFiles() 161 FileSpecList &support_files = m_opaque_ptr->GetSupportFiles(); in GetSupportFileAtIndex() 182 FileSpecList &support_files = m_opaque_ptr->GetSupportFiles(); in FindSupportFileIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 259 FileSpecList &GetSupportFiles();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 301 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF() 554 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF() 983 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF() 1162 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF() 1681 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF() 2490 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseChildEnumerators() 2648 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseFunctionFromDWARF() 2738 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseChildMembers() 3205 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseChildMembers() 3348 decl.SetFile(comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseChildParameters()
|
| H A D | SymbolFileDWARF.cpp | 843 cu_file_spec = cu_sp->GetSupportFiles().GetFileSpecAtIndex(1); in ParseCompileUnit() 848 cu_sp->GetSupportFiles().Replace(0, cu_file_spec); in ParseCompileUnit() 1243 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive() 1249 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file), in ParseBlocksRecursive() 1942 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex( in ResolveSymbolContext() 1955 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex( in ResolveSymbolContext() 3264 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseVariableDIE()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 378 FileSpecList supporting_files = context.comp_unit->GetSupportFiles(); in SearchCallback()
|
| H A D | CommandObjectSource.cpp | 235 const FileSpecList &cu_file_list = cu->GetSupportFiles(); in DumpFileLinesInCompUnit()
|