Home
last modified time | relevance | path

Searched defs:module_sp (Results 1 – 25 of 115) sorted by relevance

12345

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp34 SBModule::SBModule(const lldb::ModuleSP &module_sp) : m_opaque_sp(module_sp) {} in SBModule()
39 ModuleSP module_sp; in SBModule() local
94 ModuleSP module_sp(GetSP()); in IsFileBacked() local
109 ModuleSP module_sp(GetSP()); in GetFileSpec() local
120 ModuleSP module_sp(GetSP()); in GetPlatformFileSpec() local
132 ModuleSP module_sp(GetSP()); in SetPlatformFileSpec() local
145 ModuleSP module_sp(GetSP()); in GetRemoteInstallFileSpec() local
154 ModuleSP module_sp(GetSP()); in SetRemoteInstallFileSpec() local
166 ModuleSP module_sp(GetSP()); in GetUUIDBytes() local
176 ModuleSP module_sp(GetSP()); in GetUUIDString() local
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp247 void ModuleList::Append(const ModuleSP &module_sp, bool notify) { in ReplaceEquivalent() argument
211 AppendImpl(const ModuleSP & module_sp,bool use_notifier) AppendImpl() argument
242 Append(const ModuleSP & module_sp,bool notify) Append() argument
278 for (const ModuleSP &module_sp : m_modules) { AppendIfNeeded() local
303 RemoveImpl(const ModuleSP & module_sp,bool use_notifier) RemoveImpl() argument
322 ModuleSP module_sp(*pos); RemoveImpl() local
329 Remove(const ModuleSP & module_sp,bool notify) Remove() argument
430 ModuleSP module_sp; GetModuleAtIndexUnlocked() local
446 for (const ModuleSP &module_sp : m_modules) { FindFunctions() local
457 for (const ModuleSP &module_sp : m_modules) { FindFunctions() local
473 for (const ModuleSP &module_sp : m_modules) { FindFunctionSymbols() local
484 for (const ModuleSP &module_sp : m_modules) { FindFunctionSymbols() local
494 for (const ModuleSP &module_sp : m_modules) FindFunctions() local
501 for (const ModuleSP &module_sp : m_modules) FindCompileUnits() local
508 for (const ModuleSP &module_sp : m_modules) { FindGlobalVariables() local
518 for (const ModuleSP &module_sp : m_modules) FindGlobalVariables() local
526 for (const ModuleSP &module_sp : m_modules) FindSymbolsWithNameAndType() local
534 for (const ModuleSP &module_sp : m_modules) FindSymbolsMatchingRegExAndType() local
541 for (const ModuleSP &module_sp : m_modules) { FindModules() local
548 ModuleSP module_sp; FindModule() local
566 ModuleSP module_sp; FindModule() local
590 for (const auto &module_sp : m_modules) { FindTypes() local
602 for (const ModuleSP &module_sp : m_modules) { FindSourceFile() local
615 for (const ModuleSP &module_sp : m_modules) { FindAddressesForLine() local
622 ModuleSP module_sp; FindFirstModule() local
626 ModuleSP module_sp(*pos); FindFirstModule() local
644 for (const ModuleSP &module_sp : m_modules) Dump() local
668 for (const ModuleSP &module_sp : m_modules) { ResolveFileAddress() local
682 ModuleSP module_sp(so_addr.GetModule()); ResolveSymbolContextForAddress() local
712 for (const ModuleSP &module_sp : m_modules) { ResolveSymbolContextsForFileSpec() local
784 GetSharedModule(const ModuleSpec & module_spec,ModuleSP & module_sp,const FileSpecList * module_search_paths_ptr,llvm::SmallVectorImpl<lldb::ModuleSP> * old_modules,bool * did_create_ptr,bool always_create) GetSharedModule() argument
1027 RemoveSharedModule(lldb::ModuleSP & module_sp) RemoveSharedModule() argument
1068 for (const auto &module_sp : m_modules) { ForEach() local
1080 for (const auto &module_sp : m_modules) { AnyOf() local
[all...]
H A DModuleChild.cpp13 ModuleChild::ModuleChild(const lldb::ModuleSP &module_sp) in ModuleChild()
26 void ModuleChild::SetModule(const lldb::ModuleSP &module_sp) { in SetModule()
H A DSearchFilter.cpp139 bool SearchFilter::ModulePasses(const ModuleSP &module_sp) { return true; } in ModulePasses()
231 for (ModuleSP module_sp : modules.Modules()) { in SearchInModuleList() local
240 SearchFilter::DoModuleIteration(const lldb::ModuleSP &module_sp, in DoModuleIteration()
261 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in DoModuleIteration() local
289 SearchFilter::DoCUIteration(const ModuleSP &module_sp, in DoCUIteration()
376 const lldb::ModuleSP &module_sp) { in ModulePasses()
397 bool SearchFilterByModule::ModulePasses(const ModuleSP &module_sp) { in ModulePasses()
428 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search() local
509 bool SearchFilterByModuleList::ModulePasses(const ModuleSP &module_sp) { in ModulePasses()
542 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search() local
[all …]
H A DDynamicLoader.cpp84 auto module_sp = std::make_shared<Module>(module_spec); GetTargetExecutable() local
156 if (ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec)) FindModuleViaTarget() local
159 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, false)) FindModuleViaTarget() local
169 if (ModuleSP module_sp = FindModuleViaTarget(file)) { LoadModuleAtAddress() local
193 ModuleSP module_sp; LoadBinaryWithUUIDAndAddress() local
[all...]
H A DAddress.cpp94 ModuleSP module_sp(address.GetModule()); in GetByteOrderAndAddressSize() local
148 ModuleSP module_sp(address.GetModule()); in ReadAddress() local
286 lldb::ModuleSP module_sp; in GetModule() local
450 ModuleSP module_sp = section_sp->GetModule(); Dump() local
502 ModuleSP module_sp(GetModule()); Dump() local
709 ModuleSP module_sp(GetModule()); Dump() local
839 ModuleSP module_sp(section_sp->GetModule()); CalculateSymbolContext() local
1033 ModuleSP module_sp(GetModule()); GetAddressClass() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolVendor.cpp26 SymbolVendor *SymbolVendor::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin()
60 SymbolVendor::SymbolVendor(const lldb::ModuleSP &module_sp) in SymbolVendor()
65 ModuleSP module_sp(GetModule()); in AddSymbolFileRepresentation() local
H A DType.cpp1011 ModuleSP module_sp; IsValid() local
1026 lldb::ModuleSP module_sp; GetModule() local
1033 ModuleSP module_sp; GetName() local
1043 ModuleSP module_sp; GetDisplayTypeName() local
1053 ModuleSP module_sp; GetPointerType() local
1065 ModuleSP module_sp; GetPointeeType() local
1077 ModuleSP module_sp; GetReferenceType() local
1089 ModuleSP module_sp; GetTypedefedType() local
1101 ModuleSP module_sp; GetDereferencedType() local
1113 ModuleSP module_sp; GetUnqualifiedType() local
1125 ModuleSP module_sp; GetCanonicalType() local
1137 ModuleSP module_sp; GetCompilerType() local
1149 ModuleSP module_sp; GetTypeSystem() local
1162 ModuleSP module_sp; GetDescription() local
[all...]
H A DObjectFile.cpp36 CreateObjectFromContainer(const lldb::ModuleSP &module_sp, const FileSpec *file, in CreateObjectFromContainer() argument
53 ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec *file, in FindPlugin() argument
152 FindPlugin(const lldb::ModuleSP & module_sp,const ProcessSP & process_sp,lldb::addr_t header_addr,WritableDataBufferSP data_sp) FindPlugin() argument
241 ObjectFile(const lldb::ModuleSP & module_sp,const FileSpec * file_spec_ptr,lldb::offset_t file_offset,lldb::offset_t length,lldb::DataBufferSP data_sp,lldb::offset_t data_offset) ObjectFile() argument
265 ObjectFile(const lldb::ModuleSP & module_sp,const ProcessSP & process_sp,lldb::addr_t header_addr,DataBufferSP header_data_sp) ObjectFile() argument
289 ModuleSP module_sp(GetModule()); SetModulesArchitecture() local
577 ModuleSP module_sp(GetModule()); ClearSymtab() local
593 ModuleSP module_sp(GetModule()); GetSectionList() local
728 ModuleSP module_sp(GetModule()); GetSymtab() local
[all...]
H A DObjectContainer.cpp18 ObjectContainer::ObjectContainer(const lldb::ModuleSP &module_sp, in ObjectContainer()
33 ObjectContainerSP ObjectContainer::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp149 for (auto module_sp : module_list.Modules()) { in DidAttach() local
449 ModuleSP module_sp = in RefreshModules() local
477 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); RefreshModules() local
550 if (ModuleSP module_sp = m_process->ReadModuleFromMemory( LoadVDSO() local
574 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, LoadInterpreterModule() local
588 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( LoadModuleAtAddress() local
606 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( LoadModuleAtAddress() local
644 ModuleSP module_sp = LoadAllCurrentModules() local
723 GetThreadLocalData(const lldb::ModuleSP module_sp,const lldb::ThreadSP thread,lldb::addr_t tls_file_addr) GetThreadLocalData() argument
801 ResolveExecutableModule(lldb::ModuleSP & module_sp) ResolveExecutableModule() argument
849 ModuleSP module_sp; AlwaysRelyOnEHUnwindInfo() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp37 const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp, in ObjectContainerMachOFileset() argument
44 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, in ObjectContainerMachOFileset() argument
51 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance() argument
71 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, in CreateMemoryInstance() argument
194 ModuleSP module_sp(GetModule()); in ParseHeader() local
273 ModuleSP module_sp(GetModule()); GetObjectFile() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp68 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress() local
104 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress() local
153 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded() local
188 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp92 ObjectFileWasm::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance()
144 ObjectFile *ObjectFileWasm::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance()
231 ObjectFileWasm::ObjectFileWasm(const ModuleSP &module_sp, DataBufferSP data_sp, in ObjectFileWasm()
239 ObjectFileWasm::ObjectFileWasm(const lldb::ModuleSP &module_sp, in ObjectFileWasm()
367 ModuleSP module_sp = GetModule(); in SetLoadAddress() local
435 ModuleSP module_sp(GetModule()); in Dump() local
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp43 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance()
54 ObjectFile *ObjectFileJIT::CreateMemoryInstance(const lldb::ModuleSP &module_sp, in CreateMemoryInstance()
71 ObjectFileJIT::ObjectFileJIT(const lldb::ModuleSP &module_sp, in ObjectFileJIT()
118 ModuleSP module_sp(GetModule()); in Dump() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp71 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( in LoadModuleAtAddress() local
75 if (ModuleSP module_sp = m_process->ReadModuleFromMemory(file, base_addr)) { in LoadModuleAtAddress() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp95 ObjectFilePDB::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance()
105 ObjectFile *ObjectFilePDB::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance()
161 ObjectFilePDB::ObjectFilePDB(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFilePDB()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp220 ModuleSP module_sp(m_objc_module_wp.lock()); GetObjCModule() local
307 AppleIsModuleObjCLibrary(const ModuleSP & module_sp) AppleIsModuleObjCLibrary() argument
326 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); GetFoundationVersion() local
345 IsModuleObjCLibrary(const ModuleSP & module_sp) IsModuleObjCLibrary() argument
349 ReadObjCLibrary(const ModuleSP & module_sp) ReadObjCLibrary() argument
382 for (ModuleSP module_sp : target.GetImages().Modules()) { GetObjCVersion() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp36 CreateInstance(const lldb::ModuleSP & module_sp,lldb::DataBufferSP data_sp,lldb::offset_t data_offset,const lldb_private::FileSpec * file,lldb::offset_t offset,lldb::offset_t length) CreateInstance() argument
43 CreateMemoryInstance(const lldb::ModuleSP & module_sp,WritableDataBufferSP data_sp,const ProcessSP & process_sp,lldb::addr_t header_addr) CreateMemoryInstance() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h31 DWARFExpressionList(lldb::ModuleSP module_sp,const plugin::dwarf::DWARFUnit * dwarf_cu,lldb::addr_t func_file_addr) DWARFExpressionList() argument
37 DWARFExpressionList(lldb::ModuleSP module_sp,DWARFExpression expr,const plugin::dwarf::DWARFUnit * dwarf_cu) DWARFExpressionList() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp61 const ModuleSP &module_sp, DataBufferSP data_sp, offset_t data_offset, in CreateInstance()
88 const ModuleSP &module_sp, WritableDataBufferSP data_sp, in CreateMemoryInstance()
106 ObjectFileBreakpad::ObjectFileBreakpad(const ModuleSP &module_sp, in ObjectFileBreakpad()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp40 static bool CanModuleBeGNUstepObjCLibrary(const ModuleSP &module_sp, in CanModuleBeGNUstepObjCLibrary() argument
208 IsModuleObjCLibrary(const ModuleSP & module_sp) IsModuleObjCLibrary() argument
213 ReadObjCLibrary(const ModuleSP & module_sp) ReadObjCLibrary() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp39 ObjectFileJSON::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance()
97 ObjectFile *ObjectFileJSON::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance()
148 ObjectFileJSON::ObjectFileJSON(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFileJSON()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp178 ModuleSP module_sp(new Module(module_spec)); in GetTargetExecutable() local
358 ModuleSP module_sp = in RefreshModules() local
384 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules() local
473 ModuleSP module_sp = in LoadAllCurrentModules() local
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp68 if (ModuleSP module_sp = section_sp->GetModule()) { in SerializeToStructuredData() local
128 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec); in SearchCallback() local

12345