Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp153 SBFileSpec SBCompileUnit::GetSupportFileAtIndex(uint32_t idx) const { in GetSupportFileAtIndex() function in SBCompileUnit
155 GetSupportFileAtIndex, (uint32_t), idx); in GetSupportFileAtIndex()
263 GetSupportFileAtIndex, (uint32_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCompileUnit.i82 GetSupportFileAtIndex (uint32_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCompileUnit.h44 SBFileSpec GetSupportFileAtIndex(uint32_t idx) const;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15566 result = ((lldb::SBCompileUnit const *)arg1)->GetSupportFileAtIndex(arg2); in _wrap_SBCompileUnit_GetSupportFileAtIndex()