Searched defs:AddComment (Results 1 – 3 of 3) 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() local995 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable() local
92 void AddComment(const Twine &T) override { OS->AddComment(T); } in AddComment() function in __anonb5bd25fc0111::CVMCAdapter
419 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer