reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
44 CommentText = CommentText.trim(); 44 CommentText = CommentText.trim(); 45 if (!CommentText.consume_front("LLVM-EXEGESIS-")) 47 if (CommentText.consume_front("DEFREG")) { 51 CommentText.split(Parts, ' ', /*unlimited splits*/ -1, 54 errs() << "invalid comment 'LLVM-EXEGESIS-DEFREG " << CommentText 61 << "' in 'LLVM-EXEGESIS-DEFREG " << CommentText << "'\n"; 71 if (CommentText.consume_front("LIVEIN")) { 73 const auto RegName = CommentText.ltrim(); 78 << "' in 'LLVM-EXEGESIS-LIVEIN " << CommentText << "'\n";