Home
last modified time | relevance | path

Searched defs:getInstructionAtOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h925 const MCInst *getInstructionAtOffset(uint64_t Offset) const { getInstructionAtOffset() function
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp4426 MCInst *BinaryFunction::getInstructionAtOffset(uint64_t Offset) { getInstructionAtOffset() function in llvm::bolt::BinaryFunction