Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h203 lldb::SBType FindFirstType(const char *name);
H A DSBTarget.h848 lldb::SBType FindFirstType(const char *type);
/freebsd-14.2/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.cpp1801 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType() function in SBTarget
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp38180 result = (arg1)->FindFirstType((char const *)arg2); in _wrap_SBModule_FindFirstType()
57199 result = (arg1)->FindFirstType((char const *)arg2); in _wrap_SBTarget_FindFirstType()