| /external/lldb/source/Symbol/ |
| DWARFCallFrameInfo.cpp | 57 ModuleSP module_sp = addr.GetModule(); 72 ModuleSP module_sp = addr.GetModule(); [all...] |
| Variable.cpp | 150 ModuleSP module_sp (m_owner_scope->CalculateSymbolContextModule()); 491 ModuleSP module_sp (m_owner_scope->CalculateSymbolContextModule()); [all...] |
| SymbolContext.cpp | 40 SymbolContext::SymbolContext(const ModuleSP& m, CompileUnit *cu, Function *f, Block *b, LineEntry *le, Symbol *s) : 53 SymbolContext::SymbolContext(const TargetSP &t, const ModuleSP& m, CompileUnit *cu, Function *f, Block *b, LineEntry *le, Symbol *s) : 712 lldb::ModuleSP module_sp (m_target_sp->GetImages().FindFirstModule (module_spec)); [all...] |
| Function.cpp | 385 ModuleSP
|
| LineTable.cpp | 266 ModuleSP module_sp (m_comp_unit->GetModule());
|
| /external/lldb/include/lldb/Symbol/ |
| ClangASTImporter.h | 158 typedef std::vector < std::pair<lldb::ModuleSP, ClangNamespaceDecl> > NamespaceMap;
|
| /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| DynamicLoaderDarwinKernel.cpp | 427 ModuleSP memory_module_sp = process->ReadModuleFromMemory (FileSpec ("temp_mach_kernel", false), addr); 551 DynamicLoaderDarwinKernel::KextImageInfo::SetModule (ModuleSP module_sp) 568 ModuleSP 669 ModuleSP memory_module_sp = process->ReadModuleFromMemory (file_spec, m_load_address); [all...] |
| /external/lldb/source/Plugins/Platform/Linux/ |
| PlatformLinux.cpp | 151 lldb::ModuleSP &exe_module_sp,
|
| /external/lldb/source/Plugins/SymbolFile/DWARF/ |
| SymbolFileDWARFDebugMap.cpp | 79 ModuleSP oso_module_sp (oso_objfile->GetModule()); 182 DebugMapModule (const ModuleSP &exe_module_sp, 208 ModuleSP exe_module_sp (m_exe_module_wp.lock()); [all...] |
| SymbolFileDWARFDebugMap.h | 137 lldb::ModuleSP module_sp;
|
| SymbolFileDWARF.h | 453 void SetDebugMapModule (const lldb::ModuleSP &module_sp)
|
| /external/lldb/source/Plugins/ObjectFile/ELF/ |
| ObjectFileELF.cpp | 177 ObjectFileELF::CreateInstance (const lldb::ModuleSP &module_sp, 217 ObjectFileELF::CreateMemoryInstance (const lldb::ModuleSP &module_sp, 395 ObjectFileELF::ObjectFileELF (const lldb::ModuleSP &module_sp, [all...] |
| /external/lldb/include/lldb/ |
| lldb-forward.h | 297 typedef std::shared_ptr<lldb_private::Module> ModuleSP;
|
| /external/lldb/source/API/ |
| SBTarget.cpp | [all...] |
| SBValue.cpp | [all...] |
| /external/lldb/source/Commands/ |
| CommandObjectDisassemble.cpp | 454 ModuleSP module_sp (symbol_containing_address.GetModule());
|
| CommandObjectProcess.cpp | 584 ModuleSP old_exec_module_sp = target->GetExecutableModule(); 658 ModuleSP new_exec_module_sp (target->GetExecutableModule()); [all...] |
| /external/lldb/source/Target/ |
| ObjCLanguageRuntime.cpp | 111 ModuleSP module_sp(sc.module_sp);
|
| TargetList.cpp | 265 ModuleSP exe_module_sp;
|
| StackFrame.cpp | 143 ModuleSP pc_module_sp (pc_addr.GetModule()); 236 ModuleSP module_sp (m_frame_code_addr.GetModule()); [all...] |
| Process.cpp | [all...] |
| /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| AppleObjCTrampolineHandler.cpp | 418 const ModuleSP &objc_module_sp) : [all...] |
| /external/lldb/source/Expression/ |
| ClangExpressionDeclMap.cpp | 754 ModuleSP &module, 858 lldb::ModuleSP(), 869 lldb::ModuleSP module_sp, [all...] |
| /external/lldb/include/lldb/Core/ |
| ValueObject.h | 734 virtual lldb::ModuleSP [all...] |
| /external/lldb/source/Plugins/Disassembler/llvm/ |
| DisassemblerLLVMC.cpp | 819 ModuleSP module_sp(m_inst->GetAddress().GetModule());
|