Home
last modified time | relevance | path

Searched refs:GetSupportFileAtIndex (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/include/lldb/API/
H A DSBCompileUnit.h47 SBFileSpec GetSupportFileAtIndex(uint32_t idx) const;
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h44 lldb::SupportFileSP GetSupportFileAtIndex(size_t idx) const;
/llvm-project/lldb/examples/python/
H A Dlldb_module_utils.py185 path = cu.GetSupportFileAtIndex(j).fullpath
/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp218 SupportFileList::GetSupportFileAtIndex(size_t idx) const {
180 SupportFileList::GetSupportFileAtIndex(size_t idx) const { GetSupportFileAtIndex() function in SupportFileList
/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp156 SBFileSpec SBCompileUnit::GetSupportFileAtIndex(uint32_t idx) const { in GetSupportFileAtIndex() function in SBCompileUnit
/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp292 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
294 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp824 initialize_cu(support_files.GetSupportFileAtIndex(0), in ParseCompileUnit()