Lines Matching defs:text
27 std::vector<const char*> text = {
58 SinglePassRunAndCheck<StripDebugInfoPass>(JoinAllInsts(text),
59 JoinNonDebugInsts(text),
73 text.insert(text.begin() + 4, more_text.cbegin(), more_text.cend());
74 SinglePassRunAndCheck<StripDebugInfoPass>(JoinAllInsts(text),
75 JoinNonDebugInsts(text),
205 std::vector<const char*> text = {
210 SinglePassRunAndCheck<StripDebugInfoPass>(JoinAllInsts(text),
211 JoinNonDebugInsts(text),