Home
last modified time | relevance | path

Searched refs:GetSpecificationDescription (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp260 module_sp->GetSpecificationDescription().c_str(), in ObjectFile()
279 module_sp->GetSpecificationDescription().c_str(), in ObjectFile()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModule.h225 std::string GetSpecificationDescription() const;
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp134 objfile_up->GetModule()->GetSpecificationDescription().c_str(), in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp405 this, GetModule().get(), GetModule()->GetSpecificationDescription(), in CreateBinary()
1066 this, GetModule().get(), GetModule()->GetSpecificationDescription(), in ParseDependentModules()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp225 std::string module_name = mod->GetSpecificationDescription(); in AddModuleList()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp652 old_module_sp->GetSpecificationDescription().c_str()); in ModuleReplaced()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp888 std::string module_name = module->GetSpecificationDescription(); in ExtractCrashInfoAnnotations()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp69 oso_module->GetSpecificationDescription().c_str()); in GetFileRangeMap()
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1071 std::string Module::GetSpecificationDescription() const { in GetSpecificationDescription() function in Module
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp1419 module->GetSpecificationDescription().c_str(), in DumpModuleSections()