Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h154 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
165 bool isGlobalWriteableData() const { in isGlobalWriteableData() function
H A DMCSectionWasm.h68 return Kind.isGlobalWriteableData() || Kind.isReadOnly() || in isWasmData()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2476 if (!GVKind.isGlobalWriteableData() && !GVKind.isReadOnly() && in emitGlobalVariableHelper()