Home
last modified time | relevance | path

Searched refs:set_pc (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp2671 const bool set_pc = m_pc_option.GetOptionValue().GetCurrentValue(); in DoExecute() local
2820 if (set_pc && !file_entry.IsValid()) { in DoExecute()
2835 if (set_pc) { in DoExecute()
/external/vixl/src/aarch64/
Dsimulator-aarch64.h1105 VIXL_DEPRECATED("WritePc", void set_pc(const Instruction* new_pc)) {