HomeSort by relevance Sort by last modified time
    Searched refs:EmitInlineAsm (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 455 /// EmitInlineAsm - Emit a blob of inline asm to the output streamer.
456 void EmitInlineAsm(StringRef Str, const MDNode *LocMDNode = 0) const;
458 /// EmitInlineAsm - This method formats and emits the specified machine
460 void EmitInlineAsm(const MachineInstr *MI) const;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 70 /// EmitInlineAsm - Emit a blob of inline asm to the output streamer.
71 void AsmPrinter::EmitInlineAsm(StringRef Str, const MDNode *LocMDNode) const {
141 /// EmitInlineAsm - This method formats and emits the specified machine
143 void AsmPrinter::EmitInlineAsm(const MachineInstr *MI) const {
195 // EmitInlineAsm.
369 EmitInlineAsm(OS.str(), LocMD);
AsmPrinter.cpp 188 EmitInlineAsm(M.getModuleInlineAsm()+"\n");
702 EmitInlineAsm(II);
    [all...]

Completed in 19 milliseconds