Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp88 SK = SectionKind::getExecuteOnly(); in getExplicitSectionGlobal()
97 SK = SectionKind::getExecuteOnly(); in SelectSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h184 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp561 Kind = SectionKind::getExecuteOnly(); in getELFSection()