Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCompileUnit.i98 GetSupportFileAtIndex (uint32_t idx) const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCompileUnit.h47 SBFileSpec GetSupportFileAtIndex(uint32_t idx) const;
/llvm-project-15.0.7/lldb/examples/python/
H A Dlldb_module_utils.py178 path = cu.GetSupportFileAtIndex(j).fullpath
/llvm-project-15.0.7/lldb/source/API/
H A DSBCompileUnit.cpp156 SBFileSpec SBCompileUnit::GetSupportFileAtIndex(uint32_t idx) const { in GetSupportFileAtIndex() function in SBCompileUnit