Searched defs:ReadPC (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ | ||
H A D | EmulateInstructionLoongArch.cpp | 134 lldb::addr_t EmulateInstructionLoongArch::ReadPC(bool *success) { in ReadPC() function in lldb_private::EmulateInstructionLoongArch |
/freebsd-src/contrib/llvm-project/lldb/source/Target/ | ||
H A D | RegisterContextUnwind.cpp | 2334 bool RegisterContextUnwind::ReadPC(addr_t &pc) { ReadPC() function in RegisterContextUnwind |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ | ||
H A D | EmulateInstructionRISCV.cpp | 1637 auto addr = ReadPC(); in ReadPC() function in lldb_private::EmulateInstructionRISCV |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ | ||
H A D | ARMAsmParser.cpp | 8813 const MCExpr *ReadPC = MCBinaryExpr::createAdd(InstPC, Const8, processInstruction() local |