Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp96 SK = SectionKind::getExecuteOnly(); in getExplicitSectionGlobal()
105 SK = SectionKind::getExecuteOnly(); in SelectSectionForGlobal()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h191 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp558 Kind = SectionKind::getExecuteOnly(); in getELFSection()