Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DSectionKind.h196 bool isReadOnlyWithRelLocal() const { in isReadOnlyWithRelLocal() function
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp229 if (Kind.isReadOnlyWithRelLocal()) return ".data.rel.ro.local."; in getSectionPrefixForGlobal()
321 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection; in SelectSectionForGlobal()
341 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection; in getSectionForConstant()