Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp567 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local
633 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local
713 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local
1001 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable() local
H A DCodeViewDebug.cpp91 void AddComment(const Twine &T) override { OS->AddComment(T); } in AddComment() function in __anon1c0f18e50111::CVMCAdapter
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZHLASMAsmStreamer.cpp108 void SystemZHLASMAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in SystemZHLASMAsmStreamer
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1076 const auto AddComment = [&](raw_ostream &OS) { in addCXXPredicate() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp445 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer