Searched defs:IsText (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSection.cpp | 23 MCSection::MCSection(SectionVariant V, StringRef Name, bool IsText, in MCSection()
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSection.h | 106 bool IsText : 1; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.cpp | 577 createStandardGraphSymbol(NormalizedSymbol & NSym,Block & B,size_t Size,bool IsText,bool IsNoDeadStrip,bool IsCanonical) createStandardGraphSymbol() argument
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 412 bool IsText = false; member
|