Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp576 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local
642 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local
717 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local
993 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable() local
H A DCodeViewDebug.cpp99 void AddComment(const Twine &T) override { OS->AddComment(T); } in AddComment() function in __anon7ee48a990111::CVMCAdapter
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp407 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer