HomeSort by relevance Sort by last modified time
    Searched refs:isReadOnlyWithRel (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
SectionKind.h 173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
192 bool isReadOnlyWithRel() const {
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 231 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
323 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
342 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
565 if (Kind.isReadOnlyWithRel())
590 if (Kind.isDataRel() || Kind.isReadOnlyWithRel())

Completed in 29 milliseconds