Home | History | Annotate | Download | only in Target

Lines Matching refs:pSection

2492     const LDSection& pSection) const {
2493 llvm::StringRef name(pSection.name());
2851 void GNULDBackend::checkAndSetHasTextRel(const LDSection& pSection) {
2857 const uint32_t flag = pSection.flag();
2866 void GNULDBackend::sortRelocation(LDSection& pSection) {
2870 assert(pSection.kind() == LDFileFormat::Relocation);
2875 if (&pSection == &getOutputFormat()->getRelDyn() ||
2876 &pSection == &getOutputFormat()->getRelaDyn()) {
2877 if (pSection.hasRelocData())
2878 pSection.getRelocData()->sort(RelocCompare(*this));