Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h224 void emitCFIInstruction(const MachineInstr &MI);
451 void emitCFIInstruction(const MCCFIInstruction &Inst) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h329 void emitCFIInstruction(const MachineInstr &MI);
589 void emitCFIInstruction(const MCCFIInstruction &Inst) const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h355 void emitCFIInstruction(const MachineInstr &MI);
667 void emitCFIInstruction(const MCCFIInstruction &Inst) const;
/external/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()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp212 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { in emitCFIInstruction() function in AsmPrinter
DAsmPrinter.cpp813 void AsmPrinter::emitCFIInstruction(const MachineInstr &MI) { in emitCFIInstruction() function in AsmPrinter
826 emitCFIInstruction(CFI); in emitCFIInstruction()
876 emitCFIInstruction(MI); in EmitFunctionBody()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp244 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { in emitCFIInstruction() function in AsmPrinter
DAsmPrinter.cpp1013 void AsmPrinter::emitCFIInstruction(const MachineInstr &MI) { in emitCFIInstruction() function in AsmPrinter
1035 emitCFIInstruction(CFI); in emitCFIInstruction()
1185 emitCFIInstruction(MI); in emitFunctionBody()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp1367 void emitCFIInstruction(const MCCFIInstruction &Instr);
1376 void FrameEmitterImpl::emitCFIInstruction(const MCCFIInstruction &Instr) { in emitCFIInstruction() function in FrameEmitterImpl
1524 emitCFIInstruction(Instr); in emitCFIInstructions()