Home
last modified time | relevance | path

Searched defs:IsText (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp37 bool IsText) { in get()
H A DFileManager.cpp200 bool IsText) { in getFileRef()
520 std::optional<int64_t> MaybeLimit, bool IsText) { in getBufferForFile()
573 bool IsText) { in getStatValue()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp21 MCSection::MCSection(SectionVariant V, StringRef Name, bool IsText, in MCSection()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp161 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, bool IsText, in getFileOrSTDIN()
258 MemoryBuffer::getFile(const Twine &Filename, bool IsText, in getFile()
275 bool IsText, bool RequiresNullTerminator, bool IsVolatile, in getFileAux()
H A DVirtualFileSystem.cpp120 bool IsText) { in getBufferForFile()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp569 bool IsText, in createStandardGraphSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h112 bool IsText : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp402 bool IsText = false; member