Home
last modified time | relevance | path

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

/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/COFF/
H A DObjectFileCOFF.cpp92 module_sp.get(), module_sp->GetSpecificationDescription(), in CreateInstance()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h227 std::string GetSpecificationDescription() const;
/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/source/Breakpoint/
H A DBreakpoint.cpp641 old_module_sp->GetSpecificationDescription().c_str()); in ModuleReplaced()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp320 std::string module_name = mod->GetSpecificationDescription(); in AddModuleList()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1037 std::string Module::GetSpecificationDescription() const { in GetSpecificationDescription() function in Module
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp76 oso_module->GetSpecificationDescription().c_str()); in GetFileRangeMap()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1392 module->GetSpecificationDescription().c_str(), in DumpModuleSections()