Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp76 SK = SectionKind::getExecuteOnly(); in getExplicitSectionGlobal()
85 SK = SectionKind::getExecuteOnly(); in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp404 Kind = SectionKind::getExecuteOnly(); in getELFSection()