Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h560 static MCCFIInstruction createSameValue(MCSymbol *L, unsigned Register) { in createSameValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2742 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue( in adjustForSegmentedStacks()
2746 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue( in adjustForSegmentedStacks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp579 MCCFIInstruction::createSameValue(Label, Register); in emitCFISameValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2235 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue(nullptr, Reg)); in parseCFIOperand()