Searched refs:emitComments (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 135 static void emitComments(LLVMDisasmContext *DC, in emitComments() function 281 emitComments(DC, FormattedOS); in LLVMDisasmInstruction()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 125 static void emitComments(LLVMDisasmContext *DC, in emitComments() function 272 emitComments(DC, FormattedOS); in LLVMDisasmInstruction()
|
/external/jdiff/src/jdiff/ |
D | Comments.java | 385 newComments.emitComments(); in writeFile() 399 public void emitComments() { in emitComments() method
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 628 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/ |
D | AsmPrinter.cpp | 741 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/ |
D | MachODump.cpp | 6383 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/ |
D | MachODump.cpp | 6759 static void emitComments(raw_svector_ostream &CommentStream, in emitComments() function 7198 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()
|