Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCompileUnit.h47 SBFileSpec GetSupportFileAtIndex(uint32_t idx) const;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h44 lldb::SupportFileSP GetSupportFileAtIndex(size_t idx) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp180 SupportFileList::GetSupportFileAtIndex(size_t idx) const { in GetSupportFileAtIndex() function in SupportFileList
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp156 SBFileSpec SBCompileUnit::GetSupportFileAtIndex(uint32_t idx) const { in GetSupportFileAtIndex() function in SBCompileUnit
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp294 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp824 initialize_cu(support_files.GetSupportFileAtIndex(0), in ParseCompileUnit()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp16541 result = ((lldb::SBCompileUnit const *)arg1)->GetSupportFileAtIndex(arg2); in _wrap_SBCompileUnit_GetSupportFileAtIndex()