Home
last modified time | relevance | path

Searched refs:FindFirstType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h203 lldb::SBType FindFirstType(const char *name);
H A DSBTarget.h859 lldb::SBType FindFirstType(const char *type);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp436 lldb::SBType SBModule::FindFirstType(const char *name_cstr) { in FindFirstType() function in SBModule
H A DSBTarget.cpp1813 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType() function in SBTarget
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39817 result = (arg1)->FindFirstType((char const *)arg2); in _wrap_SBModule_FindFirstType()
60023 result = (arg1)->FindFirstType((char const *)arg2); in _wrap_SBTarget_FindFirstType()