Home
last modified time | relevance | path

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

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