Home
last modified time | relevance | path

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

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