Searched defs:AddComment (Results 1 – 4 of 4) sorted by relevance
565 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local631 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local711 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local999 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable() local
93 void AddComment(const Twine &T) override { OS->AddComment(T); } in AddComment() function in __anonfafca17a0111::CVMCAdapter
1034 const auto AddComment = [&](raw_ostream &OS) { in addCXXPredicate() local
443 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer