Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp565 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local
631 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local
711 auto AddComment in emitCXXFrameHandler3Table() local
999 auto AddComment = [&](const Twine &Comment) { emitExceptHandlerTable() local
[all...]
H A DCodeViewDebug.cpp93 void AddComment(const Twine &T) override { OS->AddComment(T); } AddComment() function in __anon2ebb9d180111::CVMCAdapter
[all...]
/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1034 const auto AddComment = [&](raw_ostream &OS) { addCXXPredicate() local
/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp427 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { AddComment() function in MCAsmStreamer