Home
last modified time | relevance | path

Searched refs:GetIdentifierString (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectFile.h510 virtual std::string GetIdentifierString () { in GetIdentifierString() function
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h120 std::string GetIdentifierString() override;
H A DObjectFileMachO.cpp5413 std::string ObjectFileMachO::GetIdentifierString() {
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp393 std::string corefile_identifier = core_objfile->GetIdentifierString(); in DoLoadCore()