Home
last modified time | relevance | path

Searched refs:emitBasicBlockEnd (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Target/X86/
DX86AsmPrinter.h131 void emitBasicBlockEnd(const MachineBasicBlock &MBB) override { in emitBasicBlockEnd() function
132 AsmPrinter::emitBasicBlockEnd(MBB); in emitBasicBlockEnd()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsAsmPrinter.h144 void emitBasicBlockEnd(const MachineBasicBlock &MBB) override;
DMipsAsmPrinter.cpp468 void MipsAsmPrinter::emitBasicBlockEnd(const MachineBasicBlock &MBB) { in emitBasicBlockEnd() function in MipsAsmPrinter
469 AsmPrinter::emitBasicBlockEnd(MBB); in emitBasicBlockEnd()
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h481 virtual void emitBasicBlockEnd(const MachineBasicBlock &MBB);
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1270 emitBasicBlockEnd(MBB); in emitFunctionBody()
3180 void AsmPrinter::emitBasicBlockEnd(const MachineBasicBlock &MBB) { in emitBasicBlockEnd() function in AsmPrinter