Home
last modified time | relevance | path

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

/src/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);
/src/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
/src/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()