Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSection.cpp23 MCSection::MCSection(SectionVariant V, StringRef Name, bool IsText, in MCSection()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDMemoryBuffer.cpp164 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-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSection.h106 bool IsText : 1; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDMachOLinkGraphBuilder.cpp578 bool IsText, in createStandardGraphSymbol()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDMasmParser.cpp412 bool IsText = false; member