Home
last modified time | relevance | path

Searched refs:GetModule (Results 1 – 25 of 118) sorted by relevance

12345

/external/lldb/source/Symbol/
DSymbolVendor.cpp85 ModuleSP module_sp(GetModule()); in AddSymbolFileRepresentation()
100 ModuleSP module_sp(GetModule()); in SetCompileUnitAtIndex()
129 ModuleSP module_sp(GetModule()); in GetNumCompileUnits()
151 ModuleSP module_sp(GetModule()); in ParseCompileUnitLanguage()
165 ModuleSP module_sp(GetModule()); in ParseCompileUnitFunctions()
178 ModuleSP module_sp(GetModule()); in ParseCompileUnitLineTable()
191 ModuleSP module_sp(GetModule()); in ParseCompileUnitSupportFiles()
204 ModuleSP module_sp(GetModule()); in ParseFunctionBlocks()
217 ModuleSP module_sp(GetModule()); in ParseTypes()
230 ModuleSP module_sp(GetModule()); in ParseVariablesForContext()
[all …]
DSymbolFile.cpp30 lldb::ModuleSP module_sp(obj_file->GetModule()); in FindPlugin()
81 return m_obj_file->GetModule()->GetTypeList(); in GetTypeList()
88 return m_obj_file->GetModule()->GetClangASTContext(); in GetClangASTContext()
DCompileUnit.cpp62 GetModule()->CalculateSymbolContext(sc); in CalculateSymbolContext()
68 return GetModule(); in CalculateSymbolContextModule()
80 GetModule()->DumpSymbolContext(s); in DumpSymbolContext()
225 SymbolVendor* symbol_vendor = GetModule()->GetSymbolVendor(); in GetLanguage()
245 SymbolVendor* symbol_vendor = GetModule()->GetSymbolVendor(); in GetLineTable()
348 SymbolContext sc(GetModule()); in ResolveSymbolContext()
446 SymbolVendor* symbol_vendor = GetModule()->GetSymbolVendor(); in GetSupportFiles()
DSymbol.cpp302 ModuleSP module_sp (base_address.GetModule()); in GetPrologueByteSize()
419 sc->module_sp = GetAddress().GetModule(); in CalculateSymbolContext()
428 return GetAddress().GetModule(); in CalculateSymbolContextModule()
444 ModuleSP module_sp (GetAddress().GetModule()); in DumpSymbolContext()
/external/chromium_org/mojo/apps/js/
Dmojo_runner_delegate.cc52 AddBuiltinModule(gin::Console::kModuleName, gin::Console::GetModule); in MojoRunnerDelegate()
53 AddBuiltinModule(gin::TimerModule::kName, gin::TimerModule::GetModule); in MojoRunnerDelegate()
54 AddBuiltinModule(js::Core::kModuleName, js::Core::GetModule); in MojoRunnerDelegate()
55 AddBuiltinModule(js::Support::kModuleName, js::Support::GetModule); in MojoRunnerDelegate()
56 AddBuiltinModule(js::gl::kModuleName, js::gl::GetModule); in MojoRunnerDelegate()
57 AddBuiltinModule(MonotonicClock::kModuleName, MonotonicClock::GetModule); in MojoRunnerDelegate()
58 AddBuiltinModule(Threading::kModuleName, Threading::GetModule); in MojoRunnerDelegate()
/external/chromium_org/mojo/apps/js/test/
Drun_apps_js_tests.cc26 AddBuiltinModule(gin::Console::kModuleName, gin::Console::GetModule); in TestRunnerDelegate()
27 AddBuiltinModule(Core::kModuleName, Core::GetModule); in TestRunnerDelegate()
28 AddBuiltinModule(gin::TimerModule::kName, gin::TimerModule::GetModule); in TestRunnerDelegate()
30 apps::MonotonicClock::GetModule); in TestRunnerDelegate()
31 AddBuiltinModule(apps::Threading::kModuleName, apps::Threading::GetModule); in TestRunnerDelegate()
/external/chromium_org/content/renderer/pepper/
Dppb_proxy_impl.cc22 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in PluginCrashed()
37 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in SetReserveInstanceIDCallback()
43 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in AddRefModule()
49 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in ReleaseModule()
55 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in IsInModuleDestructor()
/external/lldb/source/Core/
DAddress.cpp61 ModuleSP module_sp (address.GetModule()); in GetByteOrderAndAddressSize()
124 ModuleSP module_sp (address.GetModule()); in ReadAddress()
259 Address::GetModule () const in GetModule() function in Address
264 module_sp = section_sp->GetModule(); in GetModule()
410 s->Printf("%s[", section_sp->GetModule()->GetFileSpec().GetFilename().AsCString()); in Dump()
445 ModuleSP module_sp (GetModule()); in Dump()
680 ModuleSP module_sp (GetModule()); in Dump()
779 ModuleSP module_sp (section_sp->GetModule()); in CalculateSymbolContext()
795 return section_sp->GetModule(); in CalculateSymbolContextModule()
806 sc.module_sp = section_sp->GetModule(); in CalculateSymbolContextCompileUnit()
[all …]
DValueObjectMemory.cpp203 m_error = m_value.GetValueAsData (&exe_ctx, m_data, 0, GetModule().get()); in UpdateValue()
248 m_error = value.GetValueAsData(&exe_ctx, m_data, 0, GetModule().get()); in UpdateValue()
270 ValueObjectMemory::GetModule() in GetModule() function in ValueObjectMemory
272 return m_address.GetModule(); in GetModule()
DValueObjectVariable.cpp184 m_error = m_value.GetValueAsData (&exe_ctx, m_data, 0, GetModule().get()); in UpdateValue()
237 m_error = value.GetValueAsData(&exe_ctx, m_data, 0, GetModule().get()); in UpdateValue()
282 ValueObjectVariable::GetModule() in GetModule() function in ValueObjectVariable
/external/lldb/scripts/Python/interface/
DSBAddress.i123 ") GetModule;
125 GetModule ();
166 __swig_getmethods__["module"] = GetModule
167 …if _newclass: module = property(GetModule, None, doc='''A read only property that returns an lldb …
DSBSymbolContext.i61 lldb::SBModule GetModule ();
85 __swig_getmethods__["module"] = GetModule
87 …if _newclass: module = property(GetModule, SetModule, doc='''A read/write property that allows the…
DSBFrame.i85 GetModule () const;
292 __swig_getmethods__["module"] = GetModule
293 …if _newclass: module = property(GetModule, None, doc='''A read only property that returns an lldb …
/external/chromium_org/gin/test/
Dfile_runner.cc36 AddBuiltinModule(Console::kModuleName, Console::GetModule); in FileRunnerDelegate()
37 AddBuiltinModule(GTest::kModuleName, GTest::GetModule); in FileRunnerDelegate()
38 AddBuiltinModule(GC::kModuleName, GC::GetModule); in FileRunnerDelegate()
Dgc.h16 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
Dgtest.h18 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
/external/lldb/source/Target/
DSectionLoadList.cpp66 const FileSpec &module_file_spec (section->GetModule()->GetFileSpec()); in SetSectionLoadAddress()
107 ModuleSP module_sp (section->GetModule()); in SetSectionLoadAddress()
110 ModuleSP curr_module_sp (ats_pos->second->GetModule()); in SetSectionLoadAddress()
141 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
173 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp235 return m_obj_file->GetModule()->GetTypeList(); in GetTypeList()
497 ModuleSP module_sp (m_obj_file->GetModule()); in ~SymbolFileDWARF()
524 ClangASTContext &ast = m_obj_file->GetModule()->GetClangASTContext(); in GetClangASTContext()
543 ModuleSP module_sp (m_obj_file->GetModule()); in InitializeObject()
686 …m_obj_file->GetModule()->ReportWarning ("empty dSYM file detected, dSYM was created with an execut… in CalculateAbilities()
707 ModuleSP module_sp (m_obj_file->GetModule()); in GetCachedSectionData()
921 ModuleSP module_sp (m_obj_file->GetModule()); in ParseCompileUnit()
969 … m_obj_file->GetModule()->GetSymbolVendor()->SetCompileUnitAtIndex(cu_idx, cu_sp); in ParseCompileUnit()
1058 ModuleSP module_sp (m_obj_file->GetModule()); in ParseCompileUnitFunction()
1179 …return DWARFDebugLine::ParseSupportFiles(sc.comp_unit->GetModule(), get_debug_line_data(), cu_comp… in ParseCompileUnitSupportFiles()
[all …]
DSymbolFileDWARFDebugMap.cpp79 ModuleSP oso_module_sp (oso_objfile->GetModule()); in GetFileRangeMap()
422 …m_obj_file->GetModule()->ReportError ("N_SO in symbol with UID %u has invalid sibling in debug map… in InitOSO()
439 …m_obj_file->GetModule()->ReportError ("N_OSO symbol[%u] can't be found, please file a bug and atta… in InitOSO()
441 …m_obj_file->GetModule()->ReportError ("N_SO not found for N_OSO symbol[%u], please file a bug and … in InitOSO()
443 …m_obj_file->GetModule()->ReportError ("N_SO has incorrect symbol type (%u) for N_OSO symbol[%u], p… in InitOSO()
445 …m_obj_file->GetModule()->ReportError ("N_OSO has incorrect symbol type (%u) for N_OSO symbol[%u], … in InitOSO()
484 …obj_file->GetModule()->ReportError ("debug map object file '%s' has changed (actual time is 0x%" P… in GetModuleByCompUnitInfo()
508 comp_unit_info->oso_sp->module_sp.reset (new DebugMapModule (obj_file->GetModule(), in GetModuleByCompUnitInfo()
511 … m_obj_file->GetModule()->GetArchitecture(), in GetModuleByCompUnitInfo()
661 … m_compile_unit_infos[cu_idx].compile_unit_sp.reset(new CompileUnit (m_obj_file->GetModule(), in ParseCompileUnitAtIndex()
[all …]
/external/lldb/test/python_api/function_symbol/
DTestSymbolAPI.py88 print "UUID:", addr_line1.GetModule().GetUUIDString()
89 … self.assertTrue(addr_line1.GetModule().GetUUIDString() == addr_line2.GetModule().GetUUIDString())
/external/chromium_org/mojo/bindings/js/
Drun_js_tests.cc24 AddBuiltinModule(gin::Console::kModuleName, gin::Console::GetModule); in TestRunnerDelegate()
25 AddBuiltinModule(Core::kModuleName, Core::GetModule); in TestRunnerDelegate()
/external/lldb/examples/python/
Ddiagnose_unwind.py27 if sbaddr.GetModule():
29 module_uuid_str = sbaddr.GetModule().GetUUIDString()
32 if sbaddr.GetModule().GetFileSpec():
33 module_filename = sbaddr.GetModule().GetFileSpec().GetFilename()
49 return sbaddr.GetModule()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp569 DynamicLoaderDarwinKernel::KextImageInfo::GetModule () in GetModule() function in DynamicLoaderDarwinKernel::KextImageInfo
1017 if (m_kernel.GetModule().get() in LoadKernelModuleIfNeeded()
1018 && m_kernel.GetModule()->GetObjectFile() in LoadKernelModuleIfNeeded()
1019 && !m_kernel.GetModule()->GetObjectFile()->GetFileSpec().GetFilename().IsEmpty()) in LoadKernelModuleIfNeeded()
1021 kernel_name = m_kernel.GetModule()->GetObjectFile()->GetFileSpec().GetFilename(); in LoadKernelModuleIfNeeded()
1028 if (m_kernel.GetLoadAddress() == LLDB_INVALID_ADDRESS && m_kernel.GetModule()) in LoadKernelModuleIfNeeded()
1033 ObjectFile *kernel_object_file = m_kernel.GetModule()->GetObjectFile(); in LoadKernelModuleIfNeeded()
1065 if (m_kernel.IsLoaded() && m_kernel.GetModule()) in LoadKernelModuleIfNeeded()
1068 …const Symbol *symbol = m_kernel.GetModule()->FindFirstSymbolWithNameAndType (kext_summary_symbol, … in LoadKernelModuleIfNeeded()
1211 else if (image_info.GetLoadAddress() == LLDB_INVALID_ADDRESS && !image_info.GetModule()) in ParseKextSummaries()
[all …]
/external/chromium_org/content/renderer/
Dweb_ui_runner.cc44 mojo::js::Core::GetModule( in RegisterBuiltinModules()
48 mojo::js::Support::GetModule( in RegisterBuiltinModules()
/external/lldb/source/API/
DSBSection.cpp60 return section_sp && section_sp->GetModule().get() != NULL; in IsValid()
175 ModuleSP module_sp (section_sp->GetModule()); in GetFileOffset()
211 ModuleSP module_sp (section_sp->GetModule()); in GetSectionData()

12345