Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Quote

2138   bool Quote = (Lib.find(" ") != StringRef::npos);
2139 std::string ArgStr = Quote ? "\"" : "";
2143 ArgStr += Quote ? "\"" : "";