Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h597 static MCCFIInstruction createNegateRAState(MCSymbol *L) { in createNegateRAState() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp611 CFIIndex = MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in resetCFIToInitialState()
1415 MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in emitPrologue()
1897 MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in InsertReturnAddressAuth()
H A DAArch64InstrInfo.cpp7903 MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in signOutlinedFunction()
7925 MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in signOutlinedFunction()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp680 MCCFIInstruction Instruction = MCCFIInstruction::createNegateRAState(Label); in emitCFINegateRAState()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2555 CFIIndex = MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in parseCFIOperand()