Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp144 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, bool IsText, in getFileOrSTDIN()
246 MemoryBuffer::getFile(const Twine &Filename, bool IsText, in getFile()
261 bool IsText, bool RequiresNullTerminator, bool IsVolatile) { in getFileAux()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp558 bool IsText, in createStandardGraphSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp398 bool IsText = false; member