Home
last modified time | relevance | path

Searched refs:createNegateRAState (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCDwarf.h552 static MCCFIInstruction createNegateRAState(MCSymbol *L) { in createNegateRAState() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCStreamer.cpp667 MCCFIInstruction Instruction = MCCFIInstruction::createNegateRAState(Label); in emitCFINegateRAState()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1150 MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in emitPrologue()
DAArch64InstrInfo.cpp7213 MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in signOutlinedFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2476 CFIIndex = MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in parseCFIOperand()