Home
last modified time | relevance | path

Searched refs:eTypeCoreFile (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp681 case ObjectFile::eTypeCoreFile: in format()
783 .Case("corefile", ObjectFile::eTypeCoreFile) in fromJSON()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h51 eTypeCoreFile, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp815 if (!ParseSectionHeaders() && GetType() != ObjectFile::eTypeCoreFile) in GetUUID()
820 if (GetType() == ObjectFile::eTypeCoreFile) { in GetUUID()
3504 if (CalculateType() == eTypeCoreFile && in GetArchitecture()
3541 return eTypeCoreFile; in CalculateType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp91 if (core_objfile && core_objfile->GetType() == ObjectFile::eTypeCoreFile) in CanDebug()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp274 case ObjectFile::eTypeCoreFile: in InitOSO()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2258 case ObjectFile::eTypeCoreFile: /// A core file that has a checkpoint of in GetOrCreateModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp234 case ObjectFile::eTypeCoreFile: in CanDebug()