Searched refs:m_code (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Status.cpp | 45 : m_code(err), m_type(type), m_string() {} in Status() 73 m_code = ec.value(); in operator =() 104 m_code = rhs.m_code; in operator =() 149 m_string = llvm::sys::StrError(m_code); in AsCString() 175 m_code = 0; in Clear() 201 m_code = err; in SetMachError() 208 m_code = result; in SetExpressionError() 225 m_code = result; in SetExpressionErrorWithFormat() 234 m_code = err; in SetError() 243 m_code = errno; in SetErrorToErrno() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.cpp | 20 : m_code(InvalidCode), m_tag(0), m_has_children(0), m_attributes() {} in DWARFAbbreviationDeclaration() 24 : m_code(InvalidCode), m_tag(tag), m_has_children(has_children), in DWARFAbbreviationDeclaration() 35 m_code = code; in Extract() 37 if (m_code) { in Extract() 67 m_code, DW_TAG_value_to_name(m_tag), in Dump() 81 return m_code != 0 && m_tag != 0; in IsValid()
|
| H A D | DWARFAbbreviationDeclaration.h | 27 dw_uleb128_t Code() const { return m_code; } in Code() 28 void SetCode(dw_uleb128_t code) { m_code = code; } in SetCode() 58 dw_uleb128_t m_code;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | REPL.cpp | 195 m_code.AppendString(""); in IOHandlerInputComplete() 197 .SetBaseLineNumber(m_code.GetSize() + 1); in IOHandlerInputComplete() 289 m_code.GetSize() + 1); in IOHandlerInputComplete() 409 const uint32_t new_default_line = m_code.GetSize() + 1; in IOHandlerInputComplete() 411 m_code.SplitIntoLines(code); in IOHandlerInputComplete() 421 std::string code(m_code.CopyList()); in IOHandlerInputComplete() 432 .SetBaseLineNumber(m_code.GetSize() + 1); in IOHandlerInputComplete() 478 current_code.append(m_code.CopyList()); in IOHandlerComplete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Status.h | 248 ValueType m_code; ///< Status code as an integer value.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 160 StringList m_code; // All accumulated REPL statements are saved here variable
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-score.c | 2228 adjust_paritybit (unsigned long m_code, enum insn_class class) in adjust_paritybit() argument 2263 m_code_high = m_code & 0x3fff8000; in adjust_paritybit() 2264 m_code_low = m_code & 0x00007fff; in adjust_paritybit()
|