Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp160 CFIIndex = MF.addFrameInst(MCCFIInstruction::createWindowSave(nullptr)); in emitPrologue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h547 static MCCFIInstruction createWindowSave(MCSymbol *L) { in createWindowSave() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp658 MCCFIInstruction::createWindowSave(Label); in emitCFIWindowSave()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2473 CFIIndex = MF.addFrameInst(MCCFIInstruction::createWindowSave(nullptr)); in parseCFIOperand()