Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp92 module_sp.get(), module_sp->GetSpecificationDescription(), in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp269 module_sp->GetSpecificationDescription().c_str(), in ObjectFile()
288 module_sp->GetSpecificationDescription().c_str(), in ObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp114 this, GetModule().get(), GetModule()->GetSpecificationDescription(), in CreateBinary()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp135 objfile_up->GetModule()->GetSpecificationDescription().c_str(), in CreateInstance()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h228 std::string GetSpecificationDescription() const;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp689 old_module_sp->GetSpecificationDescription().c_str()); in ModuleReplaced()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp331 std::string module_name = mod->GetSpecificationDescription(); in AddModuleList()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1018 std::string Module::GetSpecificationDescription() const { in GetSpecificationDescription() function in Module
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp78 oso_module->GetSpecificationDescription().c_str()); in GetFileRangeMap()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1395 module->GetSpecificationDescription().c_str(), in DumpModuleSections()