Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h581 static MCCFIInstruction createRestoreState(MCSymbol *L) { in createRestoreState() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp582 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); in emitCFIRestoreState()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2455 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestoreState(nullptr)); in parseCFIOperand()