Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp88 SK = SectionKind::getExecuteOnly(); in getExplicitSectionGlobal()
97 SK = SectionKind::getExecuteOnly(); in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h184 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp555 Kind = SectionKind::getExecuteOnly(); in getELFSection()