Searched refs:IsText (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | MemoryBuffer.cpp | 116 bool IsText, bool RequiresNullTerminator, bool IsVolatile, 151 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, bool IsText, in getFileOrSTDIN() argument 159 return getFile(Filename, IsText, RequiresNullTerminator, in getFileOrSTDIN() 248 MemoryBuffer::getFile(const Twine &Filename, bool IsText, in getFile() argument 252 IsText, RequiresNullTerminator, IsVolatile, in getFile() 265 bool IsText, bool RequiresNullTerminator, bool IsVolatile, in getFileAux() argument 268 Filename, IsText ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None); in getFileAux()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | MemoryBuffer.h | 98 getFile(const Twine &Filename, bool IsText = false, 150 getFileOrSTDIN(const Twine &Filename, bool IsText = false,
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 568 bool IsText, in createStandardGraphSymbol() argument 579 if (IsText) in createStandardGraphSymbol() 592 IsText, IsNoDeadStrip) in createStandardGraphSymbol() 593 : G->addAnonymousSymbol(B, SymOffset, Size, IsText, IsNoDeadStrip); in createStandardGraphSymbol()
|
| H A D | MachOLinkGraphBuilder.h | 213 size_t Size, bool IsText,
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 412 bool IsText = false; member 1209 if (VarIt != Variables.end() && VarIt->getValue().IsText) { in expandMacros() 3447 if (!Var.IsText || Var.TextValue != Value) { in parseDirectiveEquate() 3461 Var.IsText = true; in parseDirectiveEquate() 3488 if (!Var.IsText || Var.TextValue != ExprAsString) { in parseDirectiveEquate() 3503 Var.IsText = true; in parseDirectiveEquate() 3516 if (Var.IsText || !PrevValue || PrevValue->getValue() != Value) { in parseDirectiveEquate() 3531 Var.IsText = false; in parseDirectiveEquate() 3629 if (!Var.IsText) { in parseTextItem() 6906 if (Var.IsText) { in expandStatement() [all …]
|