Home
last modified time | relevance | path

Searched refs:outputUpToEndOfLine (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DYAMLTraits.cpp403 this->outputUpToEndOfLine("---"); in beginDocuments()
408 this->outputUpToEndOfLine("\n---"); in preflightDocument()
447 this->outputUpToEndOfLine(" ]"); in endFlowSequence()
474 this->outputUpToEndOfLine(Str); in matchEnumScalar()
504 this->outputUpToEndOfLine(" ]"); in endBitSetScalar()
511 this->outputUpToEndOfLine(S); in scalarString()
529 this->outputUpToEndOfLine("'"); // Ending single quote. in scalarString()
540 void Output::outputUpToEndOfLine(StringRef s) { in outputUpToEndOfLine() function in Output
/external/llvm/include/llvm/Support/
DYAMLTraits.h859 void outputUpToEndOfLine(StringRef s);