Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h31 ExecuteOnly, enumerator
121 bool isText() const { return K == Text || K == ExecuteOnly; } in isText()
123 bool isExecuteOnly() const { return K == ExecuteOnly; } in isExecuteOnly()
184 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly()