Home
last modified time | relevance | path

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

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