Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h204 void emitCFIInstruction(const MachineInstr &MI);
431 void emitCFIInstruction(const MCCFIInstruction &Inst) const;
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp364 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { in emitCFIInstruction() function in AsmPrinter
DAsmPrinter.cpp716 void AsmPrinter::emitCFIInstruction(const MachineInstr &MI) { in emitCFIInstruction() function in AsmPrinter
732 emitCFIInstruction(CFI); in emitCFIInstruction()
772 emitCFIInstruction(MI); in EmitFunctionBody()