Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp110 SK = SectionKind::getExecuteOnly(); in getExplicitSectionGlobal()
119 SK = SectionKind::getExecuteOnly(); in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp176 Kind = SectionKind::getExecuteOnly(); in getExplicitSectionGlobal()
185 Kind = SectionKind::getExecuteOnly(); in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h191 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly() function