Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A 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()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h144 bool ExecuteOnly; member
H A DDriver.cpp315 if (Config->ExecuteOnly) { in checkOptions()
788 Config->ExecuteOnly = in readConfigs()
H A DWriter.cpp1828 if (!Config->ExecuteOnly) in checkExecuteOnly()
1913 if (Config->ExecuteOnly && (Flags & PF_X)) in computeFlags()