Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h110 ReadOnlyWithRel enumerator
163 return K == ReadOnlyWithRel; in isReadOnlyWithRel()
196 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h125 ReadOnlyWithRel, enumerator
193 return K == ReadOnlyWithRel || K == ReadOnlyWithRelLocal; in isReadOnlyWithRel()
232 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel()