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.cpp718 case ObjectFile::eTypeCoreFile: in format()
828 .Case("corefile", ObjectFile::eTypeCoreFile) in fromJSON()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h52 eTypeCoreFile, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp831 if (!ParseSectionHeaders() && GetType() != ObjectFile::eTypeCoreFile) in GetUUID()
836 if (GetType() == ObjectFile::eTypeCoreFile) { in GetUUID()
3595 if (CalculateType() == eTypeCoreFile && in GetArchitecture()
3632 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.cpp275 case ObjectFile::eTypeCoreFile: in InitOSO()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2438 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.cpp244 case ObjectFile::eTypeCoreFile: in CanDebug()