Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp43 : m_code(err), m_type(type), m_string() {} in Status()
49 : m_code(EC.value()), in Status()
74 m_code = ec.value(); in operator =()
145 m_string = llvm::sys::StrError(m_code); in AsCString()
169 m_code = 0; in Clear()
187 m_code = err; in SetMachError()
194 m_code = result; in SetExpressionError()
211 m_code = result; in SetExpressionErrorWithFormat()
218 m_code = err; in SetError()
225 m_code = errno; in SetErrorToErrno()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp24 : m_code(InvalidCode), m_tag(tag), m_has_children(has_children), in DWARFAbbreviationDeclaration()
30 m_code = data.GetULEB128(offset_ptr); in extract()
31 if (m_code == 0) in extract()
70 return m_code != 0 && m_tag != llvm::dwarf::DW_TAG_null; in IsValid()
H A DDWARFAbbreviationDeclaration.h25 dw_uleb128_t Code() const { return m_code; } in Code()
26 void SetCode(dw_uleb128_t code) { m_code = code; } in SetCode()
58 dw_uleb128_t m_code = InvalidCode;
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp220 m_code.AppendString(""); in IOHandlerInputComplete()
222 .SetBaseLineNumber(m_code.GetSize() + 1); in IOHandlerInputComplete()
320 m_code.GetSize() + 1); in IOHandlerInputComplete()
440 const uint32_t new_default_line = m_code.GetSize() + 1; in IOHandlerInputComplete()
442 m_code.SplitIntoLines(code); in IOHandlerInputComplete()
452 std::string code(m_code.CopyList()); in IOHandlerInputComplete()
468 .SetBaseLineNumber(m_code.GetSize() + 1); in IOHandlerInputComplete()
517 current_code.append(m_code.CopyList()); in IOHandlerComplete()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h199 ValueType m_code = 0; ///< Status code as an integer value.
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h149 StringList m_code; // All accumulated REPL statements are saved here variable
/freebsd-13.1/sys/amd64/amd64/
H A Dpmap.c2097 vm_page_t m_code, m_pml4, m_pdp, m_pd, m_pt, m_pml5; in pmap_bootstrap_la57() local
2110 m_code = pmap_page_alloc_below_4g(true); in pmap_bootstrap_la57()
2111 v_code = (char *)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(m_code)); in pmap_bootstrap_la57()
2132 v_pdp[pmap_pdpe_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2135 v_pd[pmap_pde_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2138 v_pt[pmap_pte_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2152 v_pml5[pmap_pml5e_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2155 v_pml4[pmap_pml4e_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2165 la57_tramp = (void (*)(uint64_t))VM_PAGE_TO_PHYS(m_code); in pmap_bootstrap_la57()
2185 pte_clear(&v_pml5[pmap_pml5e_index(VM_PAGE_TO_PHYS(m_code))]); in pmap_bootstrap_la57()
[all …]