Home
last modified time | relevance | path

Searched refs:getCommentColumn (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h484 unsigned getCommentColumn() const { return 40; } in getCommentColumn() function
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp142 unsigned CommentColumn = MAI->getCommentColumn(); in emitComments()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp360 OS.PadToColumn(MAI->getCommentColumn()); in EmitCommentsAndEOL()
1270 OS.PadToColumn(MAI->getCommentColumn()); in EmitDwarfLocDirective()
1341 OS.PadToColumn(MAI->getCommentColumn()); in EmitCVLocDirective()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp6803 unsigned CommentColumn = MAI.getCommentColumn(); in emitComments()