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 200 if (Kind.isReadOnlyWithRelLocal()) return ".data.rel.ro.local.";
292 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection;
312 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection;

Completed in 157 milliseconds