Home
last modified time | relevance | path

Searched refs:IsText (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h128 bool IsText = true);
197 bool IsText = true);
264 bool IsText = true);
269 bool IsText = true) const {
272 isVolatile, RequiresNullTerminator, IsText);
278 bool RequiresNullTerminator, bool IsText) const;
H A DFileSystemStatCache.h54 llvm::vfs::FileSystem &FS, bool IsText = true);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp200 bool IsText) { in getFileRef() argument
246 openFile ? &F : nullptr, IsText); in getFileRef()
520 std::optional<int64_t> MaybeLimit, bool IsText) { in getBufferForFile() argument
547 RequiresNullTerminator, IsText); in getBufferForFile()
553 bool IsText) const { in getBufferForFileImpl()
556 isVolatile, IsText); in getBufferForFileImpl()
561 isVolatile, IsText); in getBufferForFileImpl()
573 bool IsText) { in getStatValue() argument
578 *FS, IsText); in getStatValue()
584 StatCache.get(), *FS, IsText); in getStatValue()
H A DFileSystemStatCache.cpp37 bool IsText) { in get() argument
62 IsText ? FS.openFileForRead(Path) : FS.openFileForReadBinary(Path); in get()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp21 MCSection::MCSection(SectionVariant V, StringRef Name, bool IsText, in MCSection() argument
24 IsRegistered(false), IsText(IsText), IsVirtual(IsVirtual), in MCSection()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp123 bool IsText, bool RequiresNullTerminator, bool IsVolatile,
161 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, bool IsText, in getFileOrSTDIN() argument
169 return getFile(Filename, IsText, RequiresNullTerminator, in getFileOrSTDIN()
258 MemoryBuffer::getFile(const Twine &Filename, bool IsText, in getFile() argument
262 IsText, RequiresNullTerminator, IsVolatile, in getFile()
275 bool IsText, bool RequiresNullTerminator, bool IsVolatile, in getFileAux() argument
278 Filename, IsText ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None); in getFileAux()
H A DVirtualFileSystem.cpp120 bool IsText) { in getBufferForFile() argument
121 auto F = IsText ? openFileForRead(Name) : openFileForReadBinary(Name); in getBufferForFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemoryBuffer.h99 getFile(const Twine &Filename, bool IsText = false,
151 getFileOrSTDIN(const Twine &Filename, bool IsText = false,
H A DVirtualFileSystem.h297 bool IsText = true);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp569 bool IsText, in createStandardGraphSymbol() argument
580 if (IsText) in createStandardGraphSymbol()
593 IsText, IsNoDeadStrip) in createStandardGraphSymbol()
594 : G->addAnonymousSymbol(B, SymOffset, Size, IsText, IsNoDeadStrip); in createStandardGraphSymbol()
H A DMachOLinkGraphBuilder.h214 size_t Size, bool IsText,
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h112 bool IsText : 1; variable
135 MCSection(SectionVariant V, StringRef Name, bool IsText, bool IsVirtual,
145 bool isText() const { return IsText; } in isText()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp402 bool IsText = false; member
1101 VarIt != Variables.end() && VarIt->getValue().IsText) { in expandMacros()
2949 if (!Var.IsText || Var.TextValue != Value) { in parseDirectiveEquate()
2963 Var.IsText = true; in parseDirectiveEquate()
2990 if (!Var.IsText || Var.TextValue != ExprAsString) { in parseDirectiveEquate()
3005 Var.IsText = true; in parseDirectiveEquate()
3017 if (Var.IsText || !PrevValue || PrevValue->getValue() != Value) { in parseDirectiveEquate()
3032 Var.IsText = false; in parseDirectiveEquate()
3142 if (!Var.IsText) { in parseTextItem()
5413 if (Var.IsText) { in expandStatement()
[all …]