Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDWinException.cpp565 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local
631 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local
711 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local
999 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable() local
HDCodeViewDebug.cpp93 void AddComment(const Twine &T) override { OS->AddComment(T); } in AddComment() function in __anon6c40b37f0111::CVMCAdapter
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGlobalISelCombinerEmitter.cpp1034 const auto AddComment = [&](raw_ostream &OS) { in addCXXPredicate() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCAsmStreamer.cpp443 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer