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

/external/llvm/include/llvm/MC/
H A DSectionKind.h119 /// ReadOnlyWithRel - These are global variables that are never
125 ReadOnlyWithRel, enumerator in enum:llvm::SectionKind::Kind
193 return K == ReadOnlyWithRel || K == ReadOnlyWithRelLocal;
232 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); }

Completed in 210 milliseconds