Home
last modified time | relevance | path

Searched refs:ReadOnlyWithRel (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h125 ReadOnlyWithRel, enumerator
193 return K == ReadOnlyWithRel || K == ReadOnlyWithRelLocal; in isReadOnlyWithRel()
232 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel()