Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h129 bool isExecuteOnly() const { return K == ExecuteOnly; } in isExecuteOnly() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp310 if (Sec.getKind().isExecuteOnly() && !TextSection->hasInstructions()) { in addTargetSectionFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp547 if (K.isExecuteOnly()) in getELFSectionFlags()
877 if (Kind.isExecuteOnly()) in selectELFSectionForGlobal()