Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp107 SK = SectionKind::getExecuteOnly(); in getExplicitSectionGlobal()
116 SK = 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