Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h543 static MCCFIInstruction createRestoreState(MCSymbol *L) { in createRestoreState() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCStreamer.cpp504 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); in EmitCFIRestoreState()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1914 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestoreState(nullptr)); in parseCFIOperand()