Searched refs:GetSupportFiles (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | FileLineResolver.cpp | 43 cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); in SearchCallback() 55 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, in SearchCallback()
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompileUnit.cpp | 224 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), *file_spec_ptr); in FindLineEntry() 253 GetSupportFiles().FindFileIndex(0, file_spec, true); in ResolveSymbolContext() 256 file_idx = GetSupportFiles().FindFileIndex(file_idx + 1, file_spec, true); in ResolveSymbolContext() 360 const FileSpecList &CompileUnit::GetSupportFiles() { in GetSupportFiles() function in CompileUnit
|
D | DebugMacros.cpp | 26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
|
D | LineTable.cpp | 292 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry() 294 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
|
/external/llvm-project/lldb/source/API/ |
D | SBCompileUnit.cpp | 123 return m_opaque_ptr->GetSupportFiles().GetSize(); in GetNumSupportFiles() 158 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex() 174 const FileSpecList &support_files = m_opaque_ptr->GetSupportFiles(); in FindSupportFileIndex()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompileUnit.h | 267 const FileSpecList &GetSupportFiles();
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangUserExpression.cpp | 498 for (const FileSpec &f : sc.comp_unit->GetSupportFiles()) in GetModuleConfig() 507 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 909 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile() 1198 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive() 1204 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file), in ParseBlocksRecursive() 1981 sc.comp_unit->GetSupportFiles().FindFileIndex(1, file_spec, true); in ResolveSymbolContext() 1993 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex( in ResolveSymbolContext() 3131 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseVariableDIE()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectSource.cpp | 208 const FileSpecList &cu_file_list = cu->GetSupportFiles(); in DumpFileLinesInCompUnit()
|