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 201 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
293 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
312 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
517 if (Kind.isReadOnlyWithRel())
538 if (Kind.isDataRel() || Kind.isReadOnlyWithRel())

Completed in 18 milliseconds