HomeSort by: relevance | last modified time | path
    Searched refs:isGlobalWriteableData (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h 148 return isThreadLocal() || isGlobalWriteableData();
159 bool isGlobalWriteableData() const {
MCSectionWasm.h 68 return Kind.isGlobalWriteableData() || Kind.isReadOnly() ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 2181 if (!GVKind.isGlobalWriteableData() && !GVKind.isReadOnly() &&

Completed in 18 milliseconds