HomeSort by relevance Sort by last modified time
    Searched refs:ModuleSP (Results 26 - 50 of 133) sorted by null

12 3 4 5 6

  /external/lldb/include/lldb/Symbol/
SymbolContext.h 85 const lldb::ModuleSP &module_sp,
94 SymbolContext (const lldb::ModuleSP &module_sp,
343 lldb::ModuleSP module_sp; ///< The Module for a given query
393 lldb::ModuleSP m_module_sp;
SymbolVendor.h 40 FindPlugin (const lldb::ModuleSP &module_sp,
46 SymbolVendor(const lldb::ModuleSP &module_sp);
ObjectContainer.h 50 ObjectContainer (const lldb::ModuleSP &module_sp,
ObjectFile.h 90 ObjectFile (const lldb::ModuleSP &module_sp,
97 ObjectFile (const lldb::ModuleSP &module_sp,
151 FindPlugin (const lldb::ModuleSP &module_sp,
176 FindPlugin (const lldb::ModuleSP &module_sp,
  /external/lldb/source/Core/
ModuleList.cpp 80 ModuleList::AppendImpl (const ModuleSP &module_sp, bool use_notifier)
92 ModuleList::Append (const ModuleSP &module_sp)
98 ModuleList::ReplaceEquivalent (const ModuleSP &module_sp)
112 ModuleSP module_sp (m_modules[idx]);
124 ModuleList::AppendIfNeeded (const ModuleSP &module_sp)
159 ModuleList::RemoveImpl (const ModuleSP &module_sp, bool use_notifier)
182 ModuleSP module_sp(*pos);
190 ModuleList::Remove (const ModuleSP &module_sp)
196 ModuleList::ReplaceModule (const lldb::ModuleSP &old_module_sp, const lldb::ModuleSP &new_module_sp
    [all...]
Address.cpp 61 ModuleSP module_sp (address.GetModule());
124 ModuleSP module_sp (address.GetModule());
258 ModuleSP
261 lldb::ModuleSP module_sp;
445 ModuleSP module_sp (GetModule());
680 ModuleSP module_sp (GetModule());
779 ModuleSP module_sp (section_sp->GetModule());
790 ModuleSP
796 return ModuleSP();
918 ModuleSP a_module_sp (a.GetModule())
    [all...]
SearchFilter.cpp 82 SearchFilter::ModulePasses (const ModuleSP &module_sp)
160 ModuleSP module_sp(modules.GetModuleAtIndexUnlocked(i));
172 SearchFilter::DoModuleIteration (const lldb::ModuleSP& module_sp, Searcher &searcher)
205 ModuleSP module_sp(target_images.GetModuleAtIndexUnlocked (i));
233 SearchFilter::DoCUIteration (const ModuleSP &module_sp, const SymbolContext &context, Searcher &searcher)
298 SearchFilterForNonModuleSpecificSearches::ModulePasses (const lldb::ModuleSP &module_sp)
352 SearchFilterByModule::ModulePasses (const ModuleSP &module_sp)
496 SearchFilterByModuleList::ModulePasses (const ModuleSP &module_sp)
694 ModuleSP module_sp(compUnit.GetModule());
732 lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i)
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.h 30 const lldb::ModuleSP &objc_module_sp);
159 const lldb::ModuleSP &objc_module_sp);
190 lldb::ModuleSP m_objc_module_sp;
199 lldb::ModuleSP m_objc_module_sp;
AppleObjCRuntimeV2.h 137 const lldb::ModuleSP& objc_module_sp);
165 const lldb::ModuleSP& objc_module_sp);
245 const lldb::ModuleSP &objc_module_sp);
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.h 45 CreateInstance (const lldb::ModuleSP &module_sp,
53 CreateMemoryInstance (const lldb::ModuleSP &module_sp,
74 ObjectFileMachO (const lldb::ModuleSP &module_sp,
81 ObjectFileMachO (const lldb::ModuleSP &module_sp,
  /external/lldb/source/Plugins/SymbolVendor/ELF/
SymbolVendorELF.cpp 34 SymbolVendorELF::SymbolVendorELF(const lldb::ModuleSP &module_sp) :
84 SymbolVendorELF::CreateInstance (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm)
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.h 145 // 2. A ModuleSP based on a MemoryModule read out of the kernel's memory
147 // 3. A ModuleSP for an on-disk copy of the kext binary, possibly with debug info
212 SetModule (lldb::ModuleSP module);
214 lldb::ModuleSP
260 lldb::ModuleSP m_module_sp;
261 lldb::ModuleSP m_memory_module_sp;
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.h 63 lldb::ModuleSP &module_sp,
  /external/lldb/source/Symbol/
SymbolFile.cpp 30 lldb::ModuleSP module_sp(obj_file->GetModule());
Symbol.cpp 302 ModuleSP module_sp (base_address.GetModule());
424 ModuleSP
429 return ModuleSP();
444 ModuleSP module_sp (GetAddress().GetModule());
  /external/lldb/include/lldb/Breakpoint/
Breakpoint.h 242 ModuleReplaced (lldb::ModuleSP old_module_sp, lldb::ModuleSP new_module_sp);
  /external/lldb/include/lldb/Core/
Address.h 438 lldb::ModuleSP
519 lldb::ModuleSP
  /external/lldb/include/lldb/Expression/
ClangExpressionDeclMap.h 380 lldb::ModuleSP module,
540 lldb::ModuleSP &module,
  /external/lldb/include/lldb/Target/
Target.h 403 lldb::ModuleSP
678 ModuleAdded (const ModuleList& module_list, const lldb::ModuleSP& module_sp);
681 ModuleRemoved (const ModuleList& module_list, const lldb::ModuleSP& module_sp);
685 const lldb::ModuleSP& old_module_sp,
686 const lldb::ModuleSP& new_module_sp);
716 /// @see Process::SetExecutableModule(lldb::ModuleSP&)
718 lldb::ModuleSP
752 SetExecutableModule (lldb::ModuleSP& module_sp, bool get_dependent_files);
832 ModuleIsExcludedForNonModuleSpecificSearches (const lldb::ModuleSP &module_sp);
    [all...]
Platform.h 135 lldb::ModuleSP &module_sp,
323 lldb::ModuleSP &module_sp,
325 lldb::ModuleSP *old_module_sp_ptr,
540 ModuleIsExcludedForNonModuleSpecificSearches (Target &target, const lldb::ModuleSP &module_sp)
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.h 42 CreateInstance (const lldb::ModuleSP &module_sp,
63 ObjectContainerBSDArchive (const lldb::ModuleSP &module_sp,
  /external/lldb/source/Interpreter/
OptionValueUUID.cpp 98 ModuleSP module_sp (target->GetImages().GetModuleAtIndex(i));
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 69 lldb::ModuleSP &module_sp,
  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.h 140 lldb::ModuleSP m_core_module_sp;
  /external/lldb/source/Plugins/Process/mach-core/
ProcessMachCore.h 137 lldb::ModuleSP m_core_module_sp;

Completed in 1097 milliseconds

12 3 4 5 6