Home
last modified time | relevance | path

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

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