Searched defs:getInstructionAtOffset (Results 1 – 2 of 2) sorted by relevance
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryFunction.h | 925 const MCInst *getInstructionAtOffset(uint64_t Offset) const { getInstructionAtOffset() function |
/llvm-project/bolt/lib/Core/ | ||
H A D | BinaryFunction.cpp | 4426 MCInst *BinaryFunction::getInstructionAtOffset(uint64_t Offset) { getInstructionAtOffset() function in llvm::bolt::BinaryFunction |