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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h339 void emitCFIInstruction(const MachineInstr &MI);
600 void emitCFIInstruction(const MCCFIInstruction &Inst) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp209 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { function in class:AsmPrinter
H A DAsmPrinter.cpp991 void AsmPrinter::emitCFIInstruction(const MachineInstr &MI) { function in class:AsmPrinter
1013 emitCFIInstruction(CFI);
1125 emitCFIInstruction(MI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1367 void emitCFIInstruction(const MCCFIInstruction &Instr);
1376 void FrameEmitterImpl::emitCFIInstruction(const MCCFIInstruction &Instr) { function in class:FrameEmitterImpl
1524 emitCFIInstruction(Instr);

Completed in 172 milliseconds