Home
last modified time | relevance | path

Searched refs:emitComments (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp135 static void emitComments(LLVMDisasmContext *DC, in emitComments() function
281 emitComments(DC, FormattedOS); in LLVMDisasmInstruction()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp125 static void emitComments(LLVMDisasmContext *DC, in emitComments() function
272 emitComments(DC, FormattedOS); in LLVMDisasmInstruction()
/external/jdiff/src/jdiff/
DComments.java385 newComments.emitComments(); in writeFile()
399 public void emitComments() { in emitComments() method
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp628 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() function
872 emitComments(MI, OutStreamer->GetCommentOS()); in EmitFunctionBody()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp741 static bool emitComments(const MachineInstr &MI, raw_ostream &CommentOS, in emitComments() function
1078 if (isVerbose() && emitComments(MI, OutStreamer->GetCommentOS(), this)) { in EmitFunctionBody()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6383 static void emitComments(raw_svector_ostream &CommentStream, in emitComments() function
6819 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp6759 static void emitComments(raw_svector_ostream &CommentStream, in emitComments() function
7198 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()