Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Core/
H A DBinaryBasicBlock.cpp193 const BinaryFunction::CFIInstrMapType &FDEProgram = in getCFIStateAtInstr() local
233 FDEProgram[State].getOperation() == MCCFIInstruction::OpRestoreState) { in getCFIStateAtInstr()
238 const MCCFIInstruction &CFIInstr = FDEProgram[State]; in getCFIStateAtInstr()
248 while (State >= 0 && FDEProgram[State].getOperation() == in getCFIStateAtInstr()