Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h221 void emitCFIInstruction(const MachineInstr &MI);
448 void emitCFIInstruction(const MCCFIInstruction &Inst) const;
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp212 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { in emitCFIInstruction() function in AsmPrinter
DAsmPrinter.cpp807 void AsmPrinter::emitCFIInstruction(const MachineInstr &MI) { in emitCFIInstruction() function in AsmPrinter
820 emitCFIInstruction(CFI); in emitCFIInstruction()
870 emitCFIInstruction(MI); in EmitFunctionBody()