Home
last modified time | relevance | path

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

/external/lldb/test/python_api/default-constructor/
Dsb_target.py25 obj.FindFirstType("dont_care")
27 obj.FindFirstType(None)
/external/lldb/test/python_api/type/
DTestTypeList.py76 fuzz_type = target.FindFirstType(None)
79 task_type = target.FindFirstType('Task')
/external/lldb/examples/summaries/cocoa/
DNSURL.py34 …self.sys_params.types_cache.NSString = self.valobj.GetTarget().FindFirstType('NSString').GetPointe…
36 …self.sys_params.types_cache.NSURL = self.valobj.GetTarget().FindFirstType('NSURL').GetPointerType()
DNSBundle.py35 …self.sys_params.types_cache.NSString = self.valobj.GetTarget().FindFirstType('NSString').GetPointe…
/external/lldb/test/lang/cpp/dynamic-value/
DTestCppValueCast.py85 typeA = target.FindFirstType('DerivedA')
86 typeB = target.FindFirstType('DerivedB')
/external/lldb/include/lldb/API/
DSBModule.h197 FindFirstType (const char* name);
DSBTarget.h742 FindFirstType (const char* type);
/external/lldb/test/python_api/module_section/
DTestModuleAndSection.py93 exe_module.FindFirstType(None)
/external/lldb/source/API/
DSBModule.cpp496 SBModule::FindFirstType (const char *name_cstr) in FindFirstType() function in SBModule
506 sb_type = SBType (module_sp->FindFirstType(sc, name, exact_match)); in FindFirstType()
DSBTarget.cpp2108 SBTarget::FindFirstType (const char* typename_cstr) in FindFirstType() function in SBTarget
2124 TypeSP type_sp (module_sp->FindFirstType(sc, const_typename, exact_match)); in FindFirstType()
/external/lldb/include/lldb/Core/
DModule.h459 FindFirstType (const SymbolContext& sc,
/external/lldb/scripts/Python/interface/
DSBModule.i222 FindFirstType (const char* name);
DSBTarget.i583 FindFirstType (const char* type);
/external/lldb/examples/synthetic/
Dgnu_libstdcpp.py310 self.data_type = self.valobj.GetTarget().FindFirstType(map_arg_type)
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DDefineGrammarItemsWalker.g353 // GrammarAST aRewriteNode = $start.FindFirstType(REWRITE); // alt itself has rewrite?
/external/lldb/source/Core/
DModule.cpp785 Module::FindFirstType (const SymbolContext& sc, in FindFirstType() function in Module
/external/lldb/www/python_reference/
Dapi-objects.txt3285 lldb.SBModule.FindFirstType lldb.SBModule-class.html#FindFirstType
3688 lldb.SBTarget.FindFirstType lldb.SBTarget-class.html#FindFirstType