Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp206 SBModuleSpec SBModuleSpecList::GetSpecAtIndex(size_t i) { in GetSpecAtIndex() function in SBModuleSpecList
207 LLDB_RECORD_METHOD(lldb::SBModuleSpec, SBModuleSpecList, GetSpecAtIndex, in GetSpecAtIndex()
289 LLDB_REGISTER_METHOD(lldb::SBModuleSpec, SBModuleSpecList, GetSpecAtIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpec.i129 GetSpecAtIndex (size_t i);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h112 SBModuleSpec GetSpecAtIndex(size_t i);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36643 result = (arg1)->GetSpecAtIndex(arg2); in _wrap_SBModuleSpecList_GetSpecAtIndex()