Home
last modified time | relevance | path

Searched refs:eTypeUnknown (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h142 enum class Type { eTypeUnknown, eTypeFormat, eTypeEnum }; enumerator
144 virtual Type GetType() { return Type::eTypeUnknown; } in GetType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.h38 Type CalculateType() override { return eTypeUnknown; } in CalculateType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp742 case ObjectFile::eTypeUnknown: in format()
836 .Case("unknown", ObjectFile::eTypeUnknown) in fromJSON()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h67 eTypeUnknown enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp384 return eTypeUnknown; in CalculateType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp279 case ObjectFile::eTypeUnknown: in InitOSO()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3616 return eTypeUnknown; in CalculateType()
3637 return eTypeUnknown; in CalculateType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp253 case ObjectFile::eTypeUnknown: in CanDebug()