Home
last modified time | relevance | path

Searched defs:isExecuteOnly (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h120 bool isExecuteOnly() const { return K == ExecuteOnly; } in isExecuteOnly() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DSectionKind.h129 bool isExecuteOnly() const { return K == ExecuteOnly; } in isExecuteOnly() function