Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp156 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, bool IsText, in getFileOrSTDIN()
253 MemoryBuffer::getFile(const Twine &Filename, bool IsText, in getFile()
270 bool IsText, bool RequiresNullTerminator, bool IsVolatile, in getFileAux()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp578 bool IsText, in createStandardGraphSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp412 bool IsText = false; member