Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h67 eTypeCoreFile, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp665 case ObjectFile::eTypeCoreFile: in format()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp766 if (!ParseSectionHeaders() && GetType() != ObjectFile::eTypeCoreFile) in GetUUID()
771 if (GetType() == ObjectFile::eTypeCoreFile) { in GetUUID()
3249 if (CalculateType() == eTypeCoreFile && in GetArchitecture()
3286 return eTypeCoreFile; in CalculateType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp90 if (core_objfile && core_objfile->GetType() == ObjectFile::eTypeCoreFile) in CanDebug()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp270 case ObjectFile::eTypeCoreFile: in InitOSO()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2049 case ObjectFile::eTypeCoreFile: /// A core file that has a checkpoint of in GetOrCreateModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp234 case ObjectFile::eTypeCoreFile: in CanDebug()