Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h62 static lldb::SBModule GetModuleAtIndexFromEvent(const uint32_t idx,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i94 GetModuleAtIndexFromEvent (const uint32_t idx, const lldb::SBEvent &event);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp148 SBModule SBTarget::GetModuleAtIndexFromEvent(const uint32_t idx, in GetModuleAtIndexFromEvent() function in SBTarget
150 LLDB_RECORD_STATIC_METHOD(lldb::SBModule, SBTarget, GetModuleAtIndexFromEvent, in GetModuleAtIndexFromEvent()
2503 GetModuleAtIndexFromEvent, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp46985 result = lldb::SBTarget::GetModuleAtIndexFromEvent(arg1,(lldb::SBEvent const &)*arg2); in _wrap_SBTarget_GetModuleAtIndexFromEvent()