Home
last modified time | relevance | path

Searched refs:GetSupportFiles (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFileLineResolver.cpp43 cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); in SearchCallback()
55 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, in SearchCallback()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCompileUnit.cpp128 return m_opaque_ptr->GetSupportFiles().GetSize(); in GetNumSupportFiles()
161 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
174 const FileSpecList &support_files = m_opaque_ptr->GetSupportFiles(); in FindSupportFileIndex()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompileUnit.cpp235 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), in FindLineEntry()
282 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), in ResolveSymbolContext()
418 const FileSpecList &CompileUnit::GetSupportFiles() { in GetSupportFiles() function in CompileUnit
H A DDebugMacros.cpp26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
H A DLineTable.cpp292 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
294 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompileUnit.h268 const FileSpecList &GetSupportFiles();
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp492 for (const FileSpec &f : sc.comp_unit->GetSupportFiles()) in GetModuleConfig()
501 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp209 const FileSpecList &cu_file_list = cu->GetSupportFiles(); in DumpFileLinesInCompUnit()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1034 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile()
1332 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive()
1338 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file), in ParseBlocksRecursive()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1413 const FileSpecList &files = comp_unit->GetSupportFiles(); in ParseInlineSite()