/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBModule.cpp | 34 SBModule::SBModule(const lldb::ModuleSP &module_sp) : m_opaque_sp(module_sp) {} in SBModule() argument 39 ModuleSP module_sp; in SBModule() local 94 ModuleSP module_sp(GetSP()); in IsFileBacked() local 109 ModuleSP module_sp(GetS in GetFileSpec() local 120 ModuleSP module_sp(GetSP()); GetPlatformFileSpec() local 132 ModuleSP module_sp(GetSP()); SetPlatformFileSpec() local 145 ModuleSP module_sp(GetSP()); GetRemoteInstallFileSpec() local 154 ModuleSP module_sp(GetSP()); SetRemoteInstallFileSpec() local 166 ModuleSP module_sp(GetSP()); GetUUIDBytes() local 176 ModuleSP module_sp(GetSP()); GetUUIDString() local 211 SetSP(const ModuleSP & module_sp) SetSP() argument 217 ModuleSP module_sp(GetSP()); ResolveFileAddress() local 232 ModuleSP module_sp(GetSP()); ResolveSymbolContextForAddress() local 244 ModuleSP module_sp(GetSP()); GetDescription() local 256 ModuleSP module_sp(GetSP()); GetNumCompileUnits() local 267 ModuleSP module_sp(GetSP()); GetCompileUnitAtIndex() local 279 const ModuleSP module_sp(GetSP()); FindCompileUnits() local 286 GetUnifiedSymbolTable(const lldb::ModuleSP & module_sp) GetUnifiedSymbolTable() argument 295 ModuleSP module_sp(GetSP()); GetNumSymbols() local 305 ModuleSP module_sp(GetSP()); GetSymbolAtIndex() local 318 ModuleSP module_sp(GetSP()); FindSymbol() local 334 ModuleSP module_sp(GetSP()); FindSymbols() local 359 ModuleSP module_sp(GetSP()); GetNumSections() local 374 ModuleSP module_sp(GetSP()); GetSectionAtIndex() local 391 ModuleSP module_sp(GetSP()); FindFunctions() local 409 ModuleSP module_sp(GetSP()); FindGlobalVariables() local 439 ModuleSP module_sp(GetSP()); FindFirstType() local 466 ModuleSP module_sp(GetSP()); GetBasicType() local 485 ModuleSP module_sp(GetSP()); FindTypes() local 518 ModuleSP module_sp(GetSP()); GetTypeByID() local 534 ModuleSP module_sp(GetSP()); GetTypes() local 553 ModuleSP module_sp(GetSP()); FindSection() local 572 ModuleSP module_sp(GetSP()); GetByteOrder() local 581 ModuleSP module_sp(GetSP()); GetTriple() local 596 ModuleSP module_sp(GetSP()); GetAddressByteSize() local 606 if (ModuleSP module_sp = GetSP()) GetVersion() local 634 ModuleSP module_sp(GetSP()); GetSymbolFileSpec() local 646 ModuleSP module_sp(GetSP()); GetObjectFileHeaderAddress() local 659 ModuleSP module_sp(GetSP()); GetObjectFileEntryPointAddress() local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 216 void ModuleList::AppendImpl(const ModuleSP &module_sp, bool use_notifier) { in AppendImpl() 247 void ModuleList::Append(const ModuleSP &module_sp, bool notify) { in Append() 252 const ModuleSP &module_sp, in ReplaceEquivalent() 283 for (const ModuleSP &module_sp : m_modules) { in AppendIfNeeded() local 308 bool ModuleList::RemoveImpl(const ModuleSP &module_sp, bool use_notifier) { in RemoveImpl() 327 ModuleSP module_sp(*pos); in RemoveImpl() local 334 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) { in Remove() 435 ModuleSP module_sp; in GetModuleAtIndexUnlocked() local 451 for (const ModuleSP &module_sp : m_modules) { in FindFunctions() local 462 for (const ModuleSP &module_sp : m_modules) { in FindFunctions() local [all …]
|
H A D | ModuleChild.cpp | 13 ModuleChild::ModuleChild(const lldb::ModuleSP &module_sp) in ModuleChild() 26 void ModuleChild::SetModule(const lldb::ModuleSP &module_sp) { in SetModule()
|
H A D | SearchFilter.cpp | 139 bool SearchFilter::ModulePasses(const ModuleSP &module_sp) { return true; } in ModulePasses() argument 231 for (ModuleSP module_sp : modules.Modules()) { in SearchInModuleList() local 240 SearchFilter::DoModuleIteration(const lldb::ModuleSP &module_sp, in DoModuleIteration() argument 261 for (ModuleSP module_sp in DoModuleIteration() local 289 DoCUIteration(const ModuleSP & module_sp,const SymbolContext & context,Searcher & searcher) DoCUIteration() argument 376 ModulePasses(const lldb::ModuleSP & module_sp) ModulePasses() argument 397 ModulePasses(const ModuleSP & module_sp) ModulePasses() argument 428 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { Search() local 509 ModulePasses(const ModuleSP & module_sp) ModulePasses() argument 542 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { Search() local 716 ModuleSP module_sp(compUnit.GetModule()); CompUnitPasses() local 740 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { Search() local [all...] |
H A D | DynamicLoader.cpp | 85 auto module_sp = std::make_shared<Module>(module_spec); in GetTargetExecutable() local 157 if (ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec)) in FindModuleViaTarget() local 160 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, false)) in FindModuleViaTarget() local 170 if (ModuleSP module_sp = FindModuleViaTarget(file)) { in LoadModuleAtAddress() local 194 ModuleSP module_sp; in LoadBinaryWithUUIDAndAddress() local
|
H A D | Address.cpp | 94 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(); in Dump() local 502 ModuleSP module_sp(GetModule()); in Dump() local 710 ModuleSP module_sp(GetModule()); in Dump() local 840 ModuleSP module_sp(section_sp->GetModule()); in CalculateSymbolContext() local 1034 ModuleSP module_sp(GetModule()); in GetAddressClass() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolVendor.cpp | 26 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 D | Type.cpp | 1017 ModuleSP module_sp; in IsValid() local 1032 lldb::ModuleSP module_sp; in GetModule() local 1039 ModuleSP module_sp; in GetName() local 1049 ModuleSP module_sp; in GetDisplayTypeName() local 1059 ModuleSP module_sp; in GetPointerType() local 1071 ModuleSP module_sp; in GetPointeeType() local 1083 ModuleSP module_sp; in GetReferenceType() local 1095 ModuleSP module_sp; in GetTypedefedType() local 1107 ModuleSP module_sp; in GetDereferencedType() local 1119 ModuleSP module_sp; in GetUnqualifiedType() local [all …]
|
H A D | ObjectFile.cpp | 36 CreateObjectFromContainer(const lldb::ModuleSP &module_sp, const FileSpec *file, in CreateObjectFromContainer() 53 ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec *file, in FindPlugin() 152 ObjectFileSP ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin() 190 ModuleSP module_sp = std::make_shared<Module>(file_spec); in IsObjectFile() local 250 ObjectFile::ObjectFile(const lldb::ModuleSP &module_sp, in ObjectFile() 274 ObjectFile::ObjectFile(const lldb::ModuleSP &module_sp, in ObjectFile() 298 ModuleSP module_sp(GetModule()); in SetModulesArchitecture() local 586 ModuleSP module_sp(GetModule()); in ClearSymtab() local 602 ModuleSP module_sp(GetModule()); in GetSectionList() local 737 ModuleSP module_sp(GetModule()); in GetSymtab() local
|
H A D | ObjectContainer.cpp | 18 ObjectContainer::ObjectContainer(const lldb::ModuleSP &module_sp, in ObjectContainer() 33 ObjectContainerSP ObjectContainer::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 149 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); in RefreshModules() local 563 if (ModuleSP module_sp = m_process->ReadModuleFromMemory( in LoadVDSO() local 589 if (ModuleSP module_sp = in LoadInterpreterModule() local 608 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( in LoadModuleAtAddress() local 626 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( in LoadModuleAtAddress() local 664 ModuleSP module_sp = in LoadAllCurrentModules() local 743 DynamicLoaderPOSIXDYLD::GetThreadLocalData(const lldb::ModuleSP module_sp, in GetThreadLocalData() 821 lldb::ModuleSP &module_sp) { in ResolveExecutableModule() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
H A D | ObjectContainerMachOFileset.cpp | 37 const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp, in ObjectContainerMachOFileset() 44 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, in ObjectContainerMachOFileset() 51 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance() 71 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, in CreateMemoryInstance() 194 ModuleSP module_sp(GetModule()); in ParseHeader() local 273 ModuleSP module_sp(GetModule()); in GetObjectFile() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 92 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/contrib/llvm-project/lldb/source/Target/ |
H A D | SectionLoadList.cpp | 68 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/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 47 CreateInstance(const lldb::ModuleSP & module_sp,DataBufferSP data_sp,lldb::offset_t data_offset,const FileSpec * file,lldb::offset_t file_offset,lldb::offset_t length) CreateInstance() argument 58 CreateMemoryInstance(const lldb::ModuleSP & module_sp,WritableDataBufferSP data_sp,const ProcessSP & process_sp,lldb::addr_t header_addr) CreateMemoryInstance() argument 75 ObjectFileJIT(const lldb::ModuleSP & module_sp,const ObjectFileJITDelegateSP & delegate_sp) ObjectFileJIT() argument 122 ModuleSP module_sp(GetModule()); Dump() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/ |
H A D | DynamicLoaderWasmDYLD.cpp | 71 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( in LoadModuleAtAddress() local 75 if (ModuleSP module_sp = m_process->ReadModuleFromMemory(file, base_addr)) { in LoadModuleAtAddress() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ |
H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 62 const lldb::ModuleSP module_sp) { in CheckIfRuntimeIsValid() 93 lldb::ModuleSP module_sp = GetRuntimeModuleSP(); in Activate() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 226 ModuleSP module_sp(m_objc_module_wp.lock()); in GetObjCModule() local 313 bool AppleObjCRuntime::AppleIsModuleObjCLibrary(const ModuleSP &module_sp) { in AppleIsModuleObjCLibrary() 332 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion() local 351 bool AppleObjCRuntime::IsModuleObjCLibrary(const ModuleSP &module_sp) { in IsModuleObjCLibrary() 355 bool AppleObjCRuntime::ReadObjCLibrary(const ModuleSP &module_sp) { in ReadObjCLibrary() 388 for (ModuleSP module_sp : target.GetImages().Modules()) { in GetObjCVersion() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.cpp | 95 ObjectFilePDB::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance() argument 105 ObjectFile *ObjectFilePDB::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance() argument 161 ObjectFilePDB::ObjectFilePDB(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFilePDB() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | ObjectFileMinidump.cpp | 38 const lldb::ModuleSP &module_sp, lldb::DataBufferSP data_sp, in CreateInstance() 45 const lldb::ModuleSP &module_sp, WritableDataBufferSP data_sp, in CreateMemoryInstance()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | DWARFExpressionList.h | 32 DWARFExpressionList(lldb::ModuleSP module_sp, in DWARFExpressionList() 38 DWARFExpressionList(lldb::ModuleSP module_sp, DWARFExpression expr, in DWARFExpressionList()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 61 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/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.cpp | 40 static bool CanModuleBeGNUstepObjCLibrary(const ModuleSP &module_sp, in CanModuleBeGNUstepObjCLibrary() 210 bool GNUstepObjCRuntime::IsModuleObjCLibrary(const ModuleSP &module_sp) { in IsModuleObjCLibrary() 215 bool GNUstepObjCRuntime::ReadObjCLibrary(const ModuleSP &module_sp) { in ReadObjCLibrary()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.cpp | 39 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/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 178 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
|