Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp139 static void emitComments(LLVMDisasmContext *DC, in emitComments() function
285 emitComments(DC, FormattedOS); in LLVMDisasmInstruction()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1054 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() function
1613 emitComments(MI, OutStreamer->getCommentOS()); in emitFunctionBody()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp7401 static void emitComments(raw_svector_ostream &CommentStream, in emitComments() function
7928 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()