Searched refs:ReadPC (Results 1 – 4 of 4) sorted by relevance
71 return state_.callee_pc_address ? ReadPC(state_.callee_pc_address) in callee_pc()75 inline Address StackFrame::pc() const { return ReadPC(pc_address()); } in pc()81 inline Address StackFrame::ReadPC(Address* pc_address) { in ReadPC() function166 return ReadPC(reinterpret_cast<Address*>(ComputePCAddress(fp()))); in caller_pc()
302 static inline Address ReadPC(Address* pc_address);
575 Address old_pc = ReadPC(pc_address); in IteratePc()611 Address pc = StackFrame::ReadPC(state->pc_address); in ComputeType()
8332 const MCExpr *ReadPC = MCBinaryExpr::createAdd(InstPC, Const8, in processInstruction() local8334 const MCExpr *FixupAddr = MCBinaryExpr::createAdd(ReadPC, OpExpr, in processInstruction()