Home
last modified time | relevance | path

Searched defs:AddComment (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp543 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local
609 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local
684 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local
964 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable() local
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp339 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer