Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h568 static MCCFIInstruction createEscape(MCSymbol *L, StringRef Vals) { in createEscape() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp586 MCCFIInstruction Instruction = MCCFIInstruction::createEscape(Label, Values); in EmitCFIEscape()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp2117 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createEscape( in spillCalleeSavedRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2261 CFIIndex = MF.addFrameInst(MCCFIInstruction::createEscape(nullptr, Values)); in parseCFIOperand()