Lines Matching defs:IsText
126 bool IsText, bool RequiresNullTerminator, bool IsVolatile,
164 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, bool IsText,
172 return getFile(Filename, IsText, RequiresNullTerminator,
180 return getFileAux<MemoryBuffer>(FilePath, MapSize, Offset, /*IsText=*/false,
261 MemoryBuffer::getFile(const Twine &Filename, bool IsText,
265 IsText, RequiresNullTerminator, IsVolatile,
278 bool IsText, bool RequiresNullTerminator, bool IsVolatile,
281 Filename, IsText ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None);
295 Filename, /*MapSize=*/-1, /*Offset=*/0, /*IsText=*/false,
304 Filename, MapSize, Offset, /*IsText=*/false,