Searched defs:CommentStream (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 62 tryAddingSymbolicOperand(MCInst & MI,raw_ostream & CommentStream,int64_t Value,uint64_t Address,bool IsBranch,uint64_t Offset,uint64_t OpSize,uint64_t InstSize) tryAddingSymbolicOperand() argument [all...] |
/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.h | 83 raw_svector_ostream CommentStream; variable
|
/llvm-project/llvm/include/llvm/MC/MCDisassembler/ |
H A D | MCDisassembler.h | 224 mutable raw_ostream *CommentStream = nullptr; variable
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 360 raw_null_ostream CommentStream; addFunctionPointerRelocationsToCurrentSymbol() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 55 raw_svector_ostream CommentStream; member in __anon8a7c5a360111::MCAsmStreamer
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1923 raw_svector_ostream CommentStream(Comments); disassembleObject() local
|
H A D | MachODump.cpp | 7106 emitComments(raw_svector_ostream & CommentStream,SmallString<128> & CommentsToEmit,formatted_raw_ostream & FormattedOS,const MCAsmInfo & MAI) emitComments() argument 7317 raw_svector_ostream CommentStream(CommentsToEmit); DisassembleMachO() local
|