Lines Matching defs:InstAddress
1112 const uint64_t InstAddress = AE.getPCRelAddress32(Cursor);
1127 BC.outs() << "\tInsn: 0x" << Twine::utohexstr(InstAddress) << '\n'
1135 BinaryFunction *InstBF = BC.getBinaryFunctionContainingAddress(InstAddress);
1137 Inst = InstBF->getInstructionAtOffset(InstAddress - InstBF->getAddress());
1142 InstAddress);
1149 << Twine::utohexstr(InstAddress)
1318 const uint64_t InstAddress = AE.getPCRelAddress32(Cursor);
1328 BinaryFunction *BF = BC.getBinaryFunctionContainingAddress(InstAddress);
1331 << Twine::utohexstr(InstAddress)
1336 MCInst *Inst = BF->getInstructionAtOffset(InstAddress - BF->getAddress());
1341 InstAddress, EntryID);