Searched refs:isReadOnlyWithRelLocal (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DSectionKind.h196 bool isReadOnlyWithRelLocal() const { function in class:llvm::SectionKind
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp239 if (Kind.isReadOnlyWithRelLocal()) return ".data.rel.ro.local.";
332 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection;
352 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection;

Completed in 448 milliseconds