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

  /external/llvm/include/llvm/MC/
SectionKind.h 196 bool isReadOnlyWithRelLocal() const {
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 199 if (Kind.isReadOnlyWithRelLocal()) return ".data.rel.ro.local.";
291 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection;
311 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection;

Completed in 42 milliseconds