Home
last modified time | relevance | path

Searched refs:printHTMLEscaped (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDRegisterFlags.cpp364 llvm::printHTMLEscaped(m_name, escape_strm); in ToXML()
412 llvm::printHTMLEscaped(GetName(), escape_strm); in ToXML()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDStringExtras.cpp73 void llvm::printHTMLEscaped(StringRef String, raw_ostream &Out) { in printHTMLEscaped() function in llvm
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDHTMLLogger.cpp453 llvm::printHTMLEscaped( in writeCode()
472 llvm::printHTMLEscaped(Code.substr(I, 1), *OS); in writeCode()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDStringExtras.h389 void printHTMLEscaped(StringRef String, raw_ostream &Out);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDSourceCoverageViewHTML.cpp47 printHTMLEscaped(TabExpandedResult, OS); in escape()