Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h540 static MCCFIInstruction createRestore(MCSymbol *L, unsigned Register) { in createRestore() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp577 MCCFIInstruction::createRestore(Label, Register); in EmitCFIRestore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2231 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in parseCFIOperand()