Searched refs:FindFirstType (Results 1 – 18 of 18) sorted by relevance
13 found_type = self.target().FindFirstType(typename)19 found_type = self.target().FindFirstType(typename)24 found_type = self.target().FindFirstType(typename)31 found_type = self.target().FindFirstType(typename)67 void_type = self.target().FindFirstType("void")72 int_type = self.target().FindFirstType("int")
90 fuzz_type = target.FindFirstType(None)93 task_type = target.FindFirstType('Task')147 myint_type = target.FindFirstType('myint')153 enum_type = target.FindFirstType('EnumType')159 scoped_enum_type = target.FindFirstType('ScopedEnumType')169 enum_uchar = target.FindFirstType('EnumUChar')
25 obj.FindFirstType("dont_care")27 obj.FindFirstType(None)
68 typeA = target.FindFirstType('DerivedA')69 typeB = target.FindFirstType('DerivedB')
38 ).FindFirstType('NSString').GetPointerType()41 ).FindFirstType('NSURL').GetPointerType()
39 ).FindFirstType('NSString').GetPointerType()
17 mytype = module.FindFirstType("foobár")
203 lldb::SBType FindFirstType(const char *name);
785 lldb::SBType FindFirstType(const char *type);
95 exe_module.FindFirstType(None)
128 print target.FindFirstType(cmd[1])
16 type_ = exe.FindFirstType(name)
436 lldb::SBType SBModule::FindFirstType(const char *name_cstr) { in FindFirstType() function in SBModule446 sb_type = SBType(module_sp->FindFirstType(sc, name, exact_match)); in FindFirstType()
1748 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType() function in SBTarget1763 module_sp->FindFirstType(sc, const_typename, exact_match)); in FindFirstType()
270 FindFirstType (const char* name);
455 FindFirstType (const char* type);
446 lldb::TypeSP FindFirstType(const SymbolContext &sc, ConstString type_name,
967 lldb::TypeSP Module::FindFirstType(const SymbolContext &sc, ConstString name, in FindFirstType() function in Module