Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSURL.py38 ).FindFirstType('NSString').GetPointerType()
41 ).FindFirstType('NSURL').GetPointerType()
H A DNSBundle.py39 ).FindFirstType('NSString').GetPointerType()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h203 lldb::SBType FindFirstType(const char *name);
H A DSBTarget.h785 lldb::SBType FindFirstType(const char *type);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModule.cpp436 lldb::SBType SBModule::FindFirstType(const char *name_cstr) { in FindFirstType() function in SBModule
446 SBType sb_type = SBType(module_sp->FindFirstType(sc, name, exact_match)); in FindFirstType()
H A DSBTarget.cpp1748 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType() function in SBTarget
1763 module_sp->FindFirstType(sc, const_typename, exact_match)); in FindFirstType()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i273 FindFirstType (const char* name);
H A DSBTarget.i455 FindFirstType (const char* type);
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h467 lldb::TypeSP FindFirstType(const SymbolContext &sc, ConstString type_name,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp981 lldb::TypeSP Module::FindFirstType(const SymbolContext &sc, ConstString name, in FindFirstType() function in Module