Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h32 ExecuteOnly, enumerator
119 bool isText() const { return K == Text || K == ExecuteOnly; } in isText()
121 bool isExecuteOnly() const { return K == ExecuteOnly; } in isExecuteOnly()
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly()