Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCDwarf.h424 static MCCFIInstruction createRestore(MCSymbol *L, unsigned Register) { in createRestore() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCDwarf.h515 static MCCFIInstruction createRestore(MCSymbol *L, unsigned Register) { in createRestore() function
/external/llvm/lib/MC/
DMCStreamer.cpp393 MCCFIInstruction::createRestore(Label, Register); in EmitCFIRestore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCStreamer.cpp499 MCCFIInstruction::createRestore(Label, Register); in EmitCFIRestore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1759 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in parseCFIOperand()