Lines Matching defs:IsText
125 bool IsText, bool RequiresNullTerminator, bool IsVolatile,
163 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, bool IsText,
171 return getFile(Filename, IsText, RequiresNullTerminator,
179 return getFileAux<MemoryBuffer>(FilePath, MapSize, Offset, /*IsText=*/false,
260 MemoryBuffer::getFile(const Twine &Filename, bool IsText,
264 IsText, RequiresNullTerminator, IsVolatile,
277 bool IsText, bool RequiresNullTerminator, bool IsVolatile,
280 Filename, IsText ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None);
294 Filename, /*MapSize=*/-1, /*Offset=*/0, /*IsText=*/false,
303 Filename, MapSize, Offset, /*IsText=*/false,