Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h533 static MCCFIInstruction createSameValue(MCSymbol *L, unsigned Register) { in createSameValue() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCStreamer.cpp514 MCCFIInstruction::createSameValue(Label, Register); in EmitCFISameValue()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2489 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue( in adjustForSegmentedStacks()
2493 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue( in adjustForSegmentedStacks()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1862 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue(nullptr, Reg)); in parseCFIOperand()