Home
last modified time | relevance | path

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

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