Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h148 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
159 bool isGlobalWriteableData() const { in isGlobalWriteableData() function
H A DMCSectionWasm.h68 return Kind.isGlobalWriteableData() || Kind.isReadOnly() || in isWasmData()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2181 if (!GVKind.isGlobalWriteableData() && !GVKind.isReadOnly() && in emitGlobalVariableHelper()