Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp672 case ObjectFile::eTypeCoreFile: in format()
774 .Case("corefile", ObjectFile::eTypeCoreFile) in fromJSON()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h51 eTypeCoreFile, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp801 if (!ParseSectionHeaders() && GetType() != ObjectFile::eTypeCoreFile) in GetUUID()
806 if (GetType() == ObjectFile::eTypeCoreFile) { in GetUUID()
3414 if (CalculateType() == eTypeCoreFile && in GetArchitecture()
3451 return eTypeCoreFile; in CalculateType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp91 if (core_objfile && core_objfile->GetType() == ObjectFile::eTypeCoreFile) in CanDebug()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp273 case ObjectFile::eTypeCoreFile: in InitOSO()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2263 case ObjectFile::eTypeCoreFile: /// A core file that has a checkpoint of in GetOrCreateModule()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp233 case ObjectFile::eTypeCoreFile: in CanDebug()