Home
last modified time | relevance | path

Searched refs:ReadOnlyWithRel (Results 1 – 4 of 4) 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-7.0/llvm/include/llvm/MC/
DSectionKind.h113 ReadOnlyWithRel enumerator
169 return K == ReadOnlyWithRel; in isReadOnlyWithRel()
203 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()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dglobal-sections.ll333 ; check weak ReadOnlyWithRel globals.