Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCFIFixup.cpp206 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestoreState(nullptr)); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h626 static MCCFIInstruction createRestoreState(MCSymbol *L) { in createRestoreState() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp595 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); in emitCFIRestoreState()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2534 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestoreState(nullptr)); in parseCFIOperand()