Home
last modified time | relevance | path

Searched refs:eTypeInvalid (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DOpcode.h38 eTypeInvalid, enumerator
47 Opcode() : m_byte_order(lldb::eByteOrderInvalid), m_type(eTypeInvalid) {} in Opcode()
76 m_type = Opcode::eTypeInvalid; in Clear()
83 case Opcode::eTypeInvalid:
103 case Opcode::eTypeInvalid:
123 case Opcode::eTypeInvalid:
142 case Opcode::eTypeInvalid:
197 m_type = eTypeInvalid; in SetOpcodeBytes()
210 case Opcode::eTypeInvalid: in GetByteSize()
235 case Opcode::eTypeInvalid: in GetOpcodeDataBytes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp140 case eTypeInvalid: in GetScalarValue()
231 m_type = eTypeInvalid; in SetValueFromData()
340 m_type = eTypeInvalid; in SetValueFromString()
458 case eTypeInvalid: in SignExtend()
482 case eTypeInvalid: in CopyValue()
692 case eTypeInvalid: in GetBytes()
711 case eTypeInvalid: in GetByteSize()
761 m_type = eTypeInvalid; in SetBytes()
769 case eTypeInvalid: in operator ==()
801 case eTypeInvalid: in ClearBit()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DOpcode.cpp28 case Opcode::eTypeInvalid: in Dump()
68 case Opcode::eTypeInvalid: in GetDataByteOrder()
101 case Opcode::eTypeInvalid: in GetData()
H A DDisassembler.cpp830 OptionValue::Type data_type = OptionValue::eTypeInvalid; in ReadDictionary()
900 data_type = OptionValue::eTypeInvalid; in ReadDictionary()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegisterValue.h33 eTypeInvalid, enumerator
45 RegisterValue() : m_type(eTypeInvalid), m_scalar((unsigned long)0) {} in RegisterValue()
139 void SetValueToInvalid() { m_type = eTypeInvalid; } in SetValueToInvalid()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanTracer.cpp215 if (m_register_values[reg_num].GetType() == RegisterValue::eTypeInvalid || in Log()
217 if (reg_value.GetType() != RegisterValue::eTypeInvalid) { in Log()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h29 eTypeInvalid = 0, enumerator
176 return eTypeInvalid; in ConvertTypeMaskToType()
H A DOptionValueDictionary.h52 return ConvertTypeMaskToType(m_type_mask) != eTypeInvalid; in IsHomogenous()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h68 eTypeInvalid = 0, enumerator
700 if (m_type == eTypeInvalid) in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp266 m_type(eTypeInvalid), m_strata(eStrataInvalid), in ObjectFile()
288 : ModuleChild(module_sp), m_file(), m_type(eTypeInvalid), in ObjectFile()
693 case ObjectFile::eTypeInvalid: in format()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DProperty.cpp26 case OptionValue::eTypeInvalid: in Property()
H A DOptionValueArray.cpp23 if ((GetType() == eTypeArray) && (m_type_mask != eTypeInvalid)) in DumpValue()
H A DOptionValueDictionary.cpp25 if (m_type_mask != eTypeInvalid) in DumpValue()
H A DOptionValue.cpp460 case eTypeInvalid: in GetBuiltinTypeAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp271 case ObjectFile::eTypeInvalid: in InitOSO()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp260 case ObjectFile::eTypeInvalid: in CanDebug()