Home
last modified time | relevance | path

Searched refs:EmitBasicBlockStart (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h230 void EmitBasicBlockStart(const MachineBasicBlock *MBB) const;
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp662 EmitBasicBlockStart(I); in EmitFunctionBody()
2035 void AsmPrinter::EmitBasicBlockStart(const MachineBasicBlock *MBB) const { in EmitBasicBlockStart() function in AsmPrinter