Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp555 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local
621 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local
696 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local
972 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable() local
DCodeViewDebug.cpp112 void AddComment(const Twine &T) { OS->AddComment(T); } in AddComment() function in __anon2adffa700111::CVMCAdapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp359 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer