Home
last modified time | relevance | path

Searched refs:OF_CRLF (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h762 OF_CRLF = 2, enumerator
767 OF_TextWithCRLF = OF_Text | OF_CRLF,
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc495 if (!(Flags & fs::OF_CRLF))
501 if (!(Flags & fs::OF_CRLF))
H A DPath.inc1127 if (Flags & OF_CRLF) {
1128 assert(Flags & OF_Text && "Flags set OF_CRLF without OF_Text");