Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h549 static MCCFIInstruction createEscape(MCSymbol *L, StringRef Vals) { in createEscape() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCStreamer.cpp533 MCCFIInstruction Instruction = MCCFIInstruction::createEscape(Label, Values); in EmitCFIEscape()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1767 MF.addFrameInst(MCCFIInstruction::createEscape(nullptr, CFIInst)); in spillCalleeSavedRegisters()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1941 CFIIndex = MF.addFrameInst(MCCFIInstruction::createEscape(nullptr, Values)); in parseCFIOperand()