Searched defs:IsText (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSection.cpp | 23 MCSection::MCSection(SectionVariant V, StringRef Name, bool IsText, in MCSection()
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | MemoryBuffer.cpp | 164 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, bool IsText, in getFileOrSTDIN() 261 MemoryBuffer::getFile(const Twine &Filename, bool IsText, in getFile() 278 bool IsText, bool RequiresNullTerminator, bool IsVolatile, in getFileAux()
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSection.h | 106 bool IsText : 1; variable
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 578 bool IsText, in createStandardGraphSymbol()
|
| /src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 412 bool IsText = false; member
|