Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h412 void emitCFIInstruction(const MachineInstr &MI);
768 void emitCFIInstruction(const MCCFIInstruction &Inst) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp206 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { in emitCFIInstruction() function in AsmPrinter
H A DAsmPrinter.cpp1326 void AsmPrinter::emitCFIInstruction(const MachineInstr &MI) { in emitCFIInstruction() function in AsmPrinter
1349 emitCFIInstruction(CFI); in emitCFIInstruction()
1739 emitCFIInstruction(MI); in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1313 void emitCFIInstruction(const MCCFIInstruction &Instr);
1322 void FrameEmitterImpl::emitCFIInstruction(const MCCFIInstruction &Instr) { in emitCFIInstruction() function in FrameEmitterImpl
1483 emitCFIInstruction(Instr); in emitCFIInstructions()