Searched refs:DataRel (Results 1 - 1 of 1) sorted by path

/external/llvm/include/llvm/MC/
H A DSectionKind.h103 /// DataRel - This is the most general form of data that is written
106 DataRel, enumerator in enum:llvm::SectionKind::Kind
183 return K == DataRel || K == DataRelLocal || K == DataNoRel;
229 static SectionKind getDataRel() { return get(DataRel); }

Completed in 2476 milliseconds