Searched defs:AddComment (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | WinException.cpp | 565 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local |
H A D | CodeViewDebug.cpp | 93 void AddComment(const Twine &T) override { OS->AddComment(T); } AddComment() function in __anon2ebb9d180111::CVMCAdapter |
/llvm-project/llvm/utils/TableGen/ | ||
H A D | GlobalISelCombinerEmitter.cpp | 1034 const auto AddComment = [&](raw_ostream &OS) { addCXXPredicate() local |
/llvm-project/llvm/lib/MC/ | ||
H A D | MCAsmStreamer.cpp | 427 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { AddComment() function in MCAsmStreamer |