Home
last modified time | relevance | path

Searched refs:getInstructionAtOffset (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp536 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()
H A DYAMLProfileReader.cpp153 BF.getInstructionAtOffset(BB.getInputOffset() + YamlCSI.Offset); in parseFunctionProfile()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h914 MCInst *getInstructionAtOffset(uint64_t Offset);
916 const MCInst *getInstructionAtOffset(uint64_t Offset) const { in getInstructionAtOffset() function
917 return const_cast<BinaryFunction *>(this)->getInstructionAtOffset(Offset); in getInstructionAtOffset()
/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp214 if (!getInstructionAtOffset(LPOffset)) { in parseLSDA()
H A DBinaryFunction.cpp1618 if (!Offset || getInstructionAtOffset(Offset)) in postProcessEntryPoints()
4276 MCInst *BinaryFunction::getInstructionAtOffset(uint64_t Offset) { in getInstructionAtOffset() function in llvm::bolt::BinaryFunction
H A DBinaryContext.cpp604 !TargetBF->getInstructionAtOffset(Value - TargetBF->getAddress())) { in analyzeJumpTable()