Searched refs:DataNoRel (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DSectionKind.h114 /// DataNoRel - This is writeable data that has a non-zero
117 DataNoRel, enumerator in enum:llvm::SectionKind::Kind
183 return K == DataRel || K == DataRelLocal || K == DataNoRel;
187 return K == DataRelLocal || K == DataNoRel;
190 bool isDataNoRel() const { return K == DataNoRel; }
231 static SectionKind getDataNoRel() { return get(DataNoRel); }

Completed in 1092 milliseconds