Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DMemoryBuffer.cpp146 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, bool IsText, in getFileOrSTDIN()
239 MemoryBuffer::getFile(const Twine &Filename, bool IsText, in getFile()
254 bool IsText, bool RequiresNullTerminator, bool IsVolatile) { in getFileAux()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp554 bool IsText, in createStandardGraphSymbol()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp395 bool IsText = false; member