Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h616 static MCCFIInstruction createSameValue(MCSymbol *L, unsigned Register) { in createSameValue() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp605 MCCFIInstruction::createSameValue(Label, Register); in emitCFISameValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp3363 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue( in adjustForSegmentedStacks()
3367 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue( in adjustForSegmentedStacks()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2476 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue(nullptr, Reg)); in parseCFIOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp586 MF.addFrameInst(MCCFIInstruction::createSameValue(nullptr, DwarfReg)); in insertCFISameValue()