Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp199 if (Kind.isReadOnlyWithRelLocal()) return ".data.rel.ro.local."; in getSectionPrefixForGlobal()
291 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection; in SelectSectionForGlobal()
311 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection; in getSectionForConstant()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h196 bool isReadOnlyWithRelLocal() const { in isReadOnlyWithRelLocal() function