Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp444 lldb::SBType SBModule::FindFirstType(const char *name_cstr) { in FindFirstType() function in SBModule
445 LLDB_RECORD_METHOD(lldb::SBType, SBModule, FindFirstType, (const char *), in FindFirstType()
455 sb_type = SBType(module_sp->FindFirstType(sc, name, exact_match)); in FindFirstType()
752 LLDB_REGISTER_METHOD(lldb::SBType, SBModule, FindFirstType, (const char *)); in RegisterMethods()
H A DSBTarget.cpp1875 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType() function in SBTarget
1876 LLDB_RECORD_METHOD(lldb::SBType, SBTarget, FindFirstType, (const char *), in FindFirstType()
1891 module_sp->FindFirstType(sc, const_typename, exact_match)); in FindFirstType()
2698 LLDB_REGISTER_METHOD(lldb::SBType, SBTarget, FindFirstType, (const char *)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h201 lldb::SBType FindFirstType(const char *name);
H A DSBTarget.h778 lldb::SBType FindFirstType(const char *type);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h434 lldb::TypeSP FindFirstType(const SymbolContext &sc,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i263 FindFirstType (const char* name);
H A DSBTarget.i449 FindFirstType (const char* type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp963 lldb::TypeSP Module::FindFirstType(const SymbolContext &sc, in FindFirstType() function in Module
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp35100 result = (arg1)->FindFirstType((char const *)arg2); in _wrap_SBModule_FindFirstType()
48604 result = (arg1)->FindFirstType((char const *)arg2); in _wrap_SBTarget_FindFirstType()