Home
last modified time | relevance | path

Searched refs:isGlobalWriteableData (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DSectionKind.h146 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
156 bool isGlobalWriteableData() const { in isGlobalWriteableData() function
H A DMCSectionWasm.h71 return Kind.isGlobalWriteableData() || Kind.isReadOnly(); in isWasmData()