Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h329 void emitCFIInstruction(const MachineInstr &MI);
589 void emitCFIInstruction(const MCCFIInstruction &Inst) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp209 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { in emitCFIInstruction() function in AsmPrinter
DAsmPrinter.cpp978 void AsmPrinter::emitCFIInstruction(const MachineInstr &MI) { in emitCFIInstruction() function in AsmPrinter
1000 emitCFIInstruction(CFI); in emitCFIInstruction()
1111 emitCFIInstruction(MI); in EmitFunctionBody()