Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()
192 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp201 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionPrefixForGlobal()
293 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in SelectSectionForGlobal()
312 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
517 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
538 if (Kind.isDataRel() || Kind.isReadOnlyWithRel()) in getSectionForConstant()