Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h521 static MCCFIInstruction createRestore(MCSymbol *L, unsigned Register) { in createRestore() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCStreamer.cpp524 MCCFIInstruction::createRestore(Label, Register); in EmitCFIRestore()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1911 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in parseCFIOperand()