| /external/lldb/source/Plugins/Platform/MacOSX/ |
| PlatformRemoteiOS.cpp | 213 lldb::ModuleSP &exe_module_sp, 670 ModuleSP &module_sp, 672 ModuleSP *old_module_sp_ptr,
|
| PlatformDarwin.cpp | 128 lldb::ModuleSP &exe_module_sp, 275 ModuleSP &module_sp, 277 ModuleSP *old_module_sp_ptr, 683 PlatformDarwin::ModuleIsExcludedForNonModuleSpecificSearches (lldb_private::Target &target, const lldb::ModuleSP &module_sp) [all...] |
| /external/lldb/source/Target/ |
| Platform.cpp | 131 ModuleSP &module_sp, 133 ModuleSP *old_module_sp_ptr, 479 lldb::ModuleSP &exe_module_sp,
|
| LanguageRuntime.cpp | 32 ModulePasses (const lldb::ModuleSP &module_sp)
|
| /external/lldb/source/API/ |
| SBCompileUnit.cpp | 169 ModuleSP module_sp (m_opaque_ptr->GetModule());
|
| SBFunction.cpp | 143 ModuleSP module_sp (m_opaque_ptr->GetAddressRange().GetBaseAddress().GetModule());
|
| SBSymbol.cpp | 138 ModuleSP module_sp (m_opaque_ptr->GetAddress().GetModule());
|
| SBSymbolContext.cpp | 93 ModuleSP module_sp;
|
| /external/lldb/source/Commands/ |
| CommandObjectArgs.cpp | 150 ModuleSP thread_module_sp (thread_cur_frame->GetFrameCodeAddress ().GetModule());
|
| CommandObjectTarget.cpp | 261 ModuleSP module_sp (target_sp->GetExecutableModule()); [all...] |
| CommandObjectSource.cpp | 621 ModuleSP module_sp (module_list.GetModuleAtIndex(i)); 645 ModuleSP module_sp (so_addr.GetModule()); [all...] |
| /external/lldb/source/Core/ |
| AddressRange.cpp | 180 ModuleSP module_sp (GetBaseAddress().GetModule());
|
| ValueObjectMemory.cpp | 269 lldb::ModuleSP
|
| /external/lldb/include/lldb/Target/ |
| ObjCLanguageRuntime.h | 280 IsModuleObjCLibrary (const lldb::ModuleSP &module_sp) = 0; 283 ReadObjCLibrary (const lldb::ModuleSP &module_sp) = 0;
|
| /external/lldb/source/Expression/ |
| ClangASTSource.cpp | 565 lldb::ModuleSP(), 587 lldb::ModuleSP module_sp, 628 context.m_namespace_map->push_back(std::pair<lldb::ModuleSP, ClangNamespaceDecl>(module_sp, found_namespace_decl)); 645 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i); 663 context.m_namespace_map->push_back(std::pair<lldb::ModuleSP, ClangNamespaceDecl>(image, found_namespace_decl)); [all...] |
| /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| AppleObjCRuntimeV2.cpp | 290 const ModuleSP &module_sp, 335 const ModuleSP &objc_module_sp) : 412 ModuleSP objc_module_sp; [all...] |
| /external/lldb/source/Plugins/ObjectFile/Mach-O/ |
| ObjectFileMachO.cpp | 453 ObjectFileMachO::CreateInstance (const lldb::ModuleSP &module_sp, 482 ObjectFileMachO::CreateMemoryInstance (const lldb::ModuleSP &module_sp, 587 ObjectFileMachO::ObjectFileMachO(const lldb::ModuleSP &module_sp, 604 ObjectFileMachO::ObjectFileMachO (const lldb::ModuleSP &module_sp, 682 ModuleSP module_sp(GetModule()); 901 ModuleSP module_sp(GetModule()); 921 ModuleSP module_sp(GetModule()); 965 ModuleSP module_sp (GetModule()); [all...] |
| /external/lldb/source/Plugins/Process/POSIX/ |
| ProcessPOSIX.cpp | 84 lldb::ModuleSP module = GetTarget().GetExecutableModule(); 109 ModuleSP exe_module_sp(target.GetExecutableModule()); 141 ModuleSP exe_module_sp;
|
| /external/lldb/source/Symbol/ |
| Block.cpp | 161 lldb::ModuleSP 166 return lldb::ModuleSP(); 401 ModuleSP module_sp (m_parent_scope->CalculateSymbolContextModule());
|
| /external/lldb/include/lldb/Core/ |
| Module.h | 147 virtual lldb::ModuleSP [all...] |
| /external/lldb/include/lldb/Expression/ |
| ClangASTSource.h | 364 lldb::ModuleSP module,
|
| /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| DynamicLoaderMacOSXDYLD.h | 318 lldb::ModuleSP
|
| /external/lldb/source/Plugins/Platform/gdb-server/ |
| PlatformRemoteGDBServer.cpp | 106 lldb::ModuleSP &exe_module_sp,
|
| /external/lldb/source/Plugins/Process/Utility/ |
| RegisterContextLLDB.cpp | 124 ModuleSP pc_module_sp (m_current_pc.GetModule()); 283 ModuleSP pc_module_sp (m_current_pc.GetModule()); 575 ModuleSP pc_module_sp (m_current_pc.GetModule()); 669 ModuleSP pc_module_sp (m_current_pc.GetModule()); [all...] |
| /external/lldb/source/Plugins/SymbolFile/DWARF/ |
| DWARFDebugLine.h | 228 static bool ParseSupportFiles(const lldb::ModuleSP &module_sp, const lldb_private::DataExtractor& debug_line_data, const char *cu_comp_dir, dw_offset_t stmt_list, lldb_private::FileSpecList &support_files);
|