Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp2863 MCInst TrapInstr; in setTrapOnEntry() local
2864 BC.MIB->createTrap(TrapInstr); in setTrapOnEntry()
2865 addInstruction(Offset, std::move(TrapInstr)); in setTrapOnEntry()