Searched refs:emitComments (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 139 static void emitComments(LLVMDisasmContext *DC, in emitComments() function 285 emitComments(DC, FormattedOS); in LLVMDisasmInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 139 static void emitComments(LLVMDisasmContext *DC, in emitComments() function 285 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-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 790 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() function 1107 emitComments(MI, OutStreamer->GetCommentOS()); in EmitFunctionBody()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 825 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() function 1181 emitComments(MI, OutStreamer->GetCommentOS()); 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/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7161 static void emitComments(raw_svector_ostream &CommentStream, in emitComments() function 7662 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()
|