Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h216 void emitCFIInstruction(const MachineInstr &MI);
436 void emitCFIInstruction(const MCCFIInstruction &Inst) const;
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp217 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { in emitCFIInstruction() function in AsmPrinter
DAsmPrinter.cpp756 void AsmPrinter::emitCFIInstruction(const MachineInstr &MI) { in emitCFIInstruction() function in AsmPrinter
769 emitCFIInstruction(CFI); in emitCFIInstruction()
819 emitCFIInstruction(MI); in EmitFunctionBody()