Home
last modified time | relevance | path

Searched refs:setCommentColumn (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h528 void setCommentColumn(unsigned Col) { CommentColumn = Col; } in setCommentColumn() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp426 MAI->setCommentColumn(CommentColumn); in main()