Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp138 static void emitComments(LLVMDisasmContext *DC, in emitComments() function
230 emitComments(DC, FormattedOS); in LLVMDisasmInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1097 static void emitComments(const MachineInstr &MI, const MCSubtargetInfo *STI, in emitComments() function
1857 emitComments(MI, STI, OutStreamer->getCommentOS()); in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7110 static void emitComments(raw_svector_ostream &CommentStream, in emitComments() function
7641 emitComments(CommentStream, CommentsToEmit, FormattedOS, *AsmInfo); in DisassembleMachO()