Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp573 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local
639 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local
719 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local
1003 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable() local
H A DCodeViewDebug.cpp94 void AddComment(const Twine &T) override { OS->AddComment(T); } in AddComment() function in __anon0a90f0150111::CVMCAdapter
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp412 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer