Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h154 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
165 bool isGlobalWriteableData() const { in isGlobalWriteableData() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2798 if (!GVKind.isGlobalWriteableData() && !GVKind.isReadOnly() && in emitGlobalVariableHelper()