Searched refs:FindFirstType (Results 1 - 15 of 15) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_target.py25 obj.FindFirstType("dont_care")
27 obj.FindFirstType(None)
/external/lldb/examples/summaries/cocoa/
H A DNSURL.py34 self.sys_params.types_cache.NSString = self.valobj.GetTarget().FindFirstType('NSString').GetPointerType()
36 self.sys_params.types_cache.NSURL = self.valobj.GetTarget().FindFirstType('NSURL').GetPointerType()
H A DNSBundle.py35 self.sys_params.types_cache.NSString = self.valobj.GetTarget().FindFirstType('NSString').GetPointerType()
/external/lldb/test/lang/cpp/dynamic-value/
H A DTestCppValueCast.py85 typeA = target.FindFirstType('DerivedA')
86 typeB = target.FindFirstType('DerivedB')
/external/lldb/test/python_api/type/
H A DTestTypeList.py76 fuzz_type = target.FindFirstType(None)
78 # Now use the SBTarget.FindFirstType() API to find 'Task'.
79 task_type = target.FindFirstType('Task')
/external/lldb/include/lldb/API/
H A DSBModule.h197 FindFirstType (const char* name);
H A DSBTarget.h742 FindFirstType (const char* type);
/external/lldb/test/python_api/module_section/
H A DTestModuleAndSection.py93 exe_module.FindFirstType(None)
/external/lldb/source/API/
H A DSBModule.cpp496 SBModule::FindFirstType (const char *name_cstr) function in class:SBModule
506 sb_type = SBType (module_sp->FindFirstType(sc, name, exact_match));
H A DSBTarget.cpp2108 SBTarget::FindFirstType (const char* typename_cstr) function in class:SBTarget
2124 TypeSP type_sp (module_sp->FindFirstType(sc, const_typename, exact_match));
/external/lldb/include/lldb/Core/
H A DModule.h459 FindFirstType (const SymbolContext& sc,
/external/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py310 self.data_type = self.valobj.GetTarget().FindFirstType(map_arg_type)
/external/lldb/scripts/Python/interface/
H A DSBModule.i222 FindFirstType (const char* name);
H A DSBTarget.i583 FindFirstType (const char* type);
/external/lldb/source/Core/
H A DModule.cpp785 Module::FindFirstType (const SymbolContext& sc, function in class:Module

Completed in 209 milliseconds