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

/external/llvm/include/llvm/MC/
H A DSectionKind.h127 /// ReadOnlyWithRelLocal - This is data that is readonly by the
132 ReadOnlyWithRelLocal enumerator in enum:llvm::SectionKind::Kind
193 return K == ReadOnlyWithRel || K == ReadOnlyWithRelLocal;
197 return K == ReadOnlyWithRelLocal;
234 return get(ReadOnlyWithRelLocal);

Completed in 70 milliseconds