Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h541 static MCCFIInstruction createNegateRAState(MCSymbol *L) { in createNegateRAState() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp654 MCCFIInstruction Instruction = MCCFIInstruction::createNegateRAState(Label); in emitCFINegateRAState()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2306 CFIIndex = MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in parseCFIOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1143 MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in emitPrologue()
H A DAArch64InstrInfo.cpp7145 MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in signOutlinedFunction()