Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp260 module_sp->GetSpecificationDescription().c_str(), in ObjectFile()
279 module_sp->GetSpecificationDescription().c_str(), in ObjectFile()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp135 objfile_up->GetModule()->GetSpecificationDescription().c_str(), in CreateInstance()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h228 std::string GetSpecificationDescription() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp414 this, GetModule().get(), GetModule()->GetSpecificationDescription(), in CreateBinary()
1114 this, GetModule().get(), GetModule()->GetSpecificationDescription(), in ParseDependentModules()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp225 std::string module_name = mod->GetSpecificationDescription(); in AddModuleList()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpoint.cpp657 old_module_sp->GetSpecificationDescription().c_str()); in ModuleReplaced()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp888 std::string module_name = module->GetSpecificationDescription(); in ExtractCrashInfoAnnotations()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp75 oso_module->GetSpecificationDescription().c_str()); in GetFileRangeMap()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp1085 std::string Module::GetSpecificationDescription() const { in GetSpecificationDescription() function in Module
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp1419 module->GetSpecificationDescription().c_str(), in DumpModuleSections()