Searched refs:getInstructionAtOffset (Results 1 – 6 of 6) sorted by relevance
536 MCInst *Instr = BF.getInstructionAtOffset(BI.From.Offset); in evaluateProfileData()539 Instr = BF.getInstructionAtOffset(BI.From.Offset + 1); in evaluateProfileData()639 MCInst *Instr = BF.getInstructionAtOffset(BI.From.Offset); in convertBranchData()749 MCInst *FromInstruction = BF.getInstructionAtOffset(From); in recordBranch()
153 BF.getInstructionAtOffset(BB.getInputOffset() + YamlCSI.Offset); in parseFunctionProfile()
914 MCInst *getInstructionAtOffset(uint64_t Offset);916 const MCInst *getInstructionAtOffset(uint64_t Offset) const { in getInstructionAtOffset() function917 return const_cast<BinaryFunction *>(this)->getInstructionAtOffset(Offset); in getInstructionAtOffset()
214 if (!getInstructionAtOffset(LPOffset)) { in parseLSDA()
1618 if (!Offset || getInstructionAtOffset(Offset)) in postProcessEntryPoints()4276 MCInst *BinaryFunction::getInstructionAtOffset(uint64_t Offset) { in getInstructionAtOffset() function in llvm::bolt::BinaryFunction
604 !TargetBF->getInstructionAtOffset(Value - TargetBF->getAddress())) { in analyzeJumpTable()