Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DAsmDump.cpp40 const MCCFIInstruction *CFIInstr = BF.getCFIFor(Instr); in dumpCFI() local
41 switch (CFIInstr->getOperation()) { in dumpCFI()
54 MAP.emitCFIInstruction(*CFIInstr); in dumpCFI()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp241 const MCCFIInstruction &CFIInstr = FDEProgram[State]; in getCFIStateAtInstr() local
242 if (CFIInstr.getOperation() == MCCFIInstruction::OpRestoreState) in getCFIStateAtInstr()
244 else if (CFIInstr.getOperation() == MCCFIInstruction::OpRememberState) in getCFIStateAtInstr()
H A DBinaryEmitter.cpp332 for (const MCCFIInstruction &CFIInstr : Function.cie()) { in emitFunction() local
336 if (!llvm::is_contained(FrameInstrs, CFIInstr)) in emitFunction()
337 emitCFIInstruction(CFIInstr); in emitFunction()