Home
last modified time | relevance | path

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

/freebsd/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()
73 m_code = ec.value(); in operator =()
144 m_string = llvm::sys::StrError(m_code); in AsCString()
168 m_code = 0; in Clear()
181 bool Status::Fail() const { return m_code != 0; } in Fail()
185 m_code = result; in SetExpressionError()
202 m_code = result; in SetExpressionErrorWithFormat()
209 m_code = err; in SetError()
216 m_code = errno; in SetErrorToErrno()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp228 m_code.AppendString(""); in IOHandlerInputComplete()
230 .SetBaseLineNumber(m_code.GetSize() + 1); in IOHandlerInputComplete()
329 m_code.GetSize() + 1); in IOHandlerInputComplete()
451 const uint32_t new_default_line = m_code.GetSize() + 1; in IOHandlerInputComplete()
453 m_code.SplitIntoLines(code); in IOHandlerInputComplete()
463 std::string code(m_code.CopyList()); in IOHandlerInputComplete()
479 .SetBaseLineNumber(m_code.GetSize() + 1); in IOHandlerInputComplete()
528 current_code.append(m_code.CopyList()); in IOHandlerComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h185 ValueType m_code = 0; ///< Status code as an integer value.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h170 int m_code; variable
H A DThreadElfCore.cpp54 m_signo(td.signo), m_code(td.code), m_gpregset_data(td.gpregset), in ThreadElfCore()
245 *this, m_signo, /*description=*/nullptr, m_code)); in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h167 StringList m_code; // All accumulated REPL statements are saved here variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1049 : StopInfo(thread, signo), m_code(code) { in StopInfoUnixSignal()
1109 unix_signals->GetSignalDescription(m_value, m_code); in GetDescription()
1123 std::optional<int> m_code; member in lldb_private::StopInfoUnixSignal
/freebsd/sys/amd64/amd64/
H A Dpmap.c2174 vm_page_t m_code, m_pml4, m_pdp, m_pd, m_pt, m_pml5; in pmap_bootstrap_la57() local
2187 m_code = pmap_page_alloc_below_4g(true); in pmap_bootstrap_la57()
2188 v_code = (char *)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(m_code)); in pmap_bootstrap_la57()
2209 v_pdp[pmap_pdpe_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2212 v_pd[pmap_pde_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2215 v_pt[pmap_pte_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2229 v_pml5[pmap_pml5e_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2232 v_pml4[pmap_pml4e_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2242 la57_tramp = (void (*)(uint64_t))VM_PAGE_TO_PHYS(m_code); in pmap_bootstrap_la57()
2262 pte_clear(&v_pml5[pmap_pml5e_index(VM_PAGE_TO_PHYS(m_code))]); in pmap_bootstrap_la57()
[all …]