Home | History | Annotate | Download | only in MC

Lines Matching defs:hasRelocationAddend

156   bool hasRelocationAddend() const;
241 bool hasRelocationAddend() const;
403 bool ELFWriter::hasRelocationAddend() const {
404 return OWriter.hasRelocationAddend();
772 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel";
776 if (hasRelocationAddend())
786 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL,
926 if (hasRelocationAddend())
935 if (hasRelocationAddend())
1227 bool ELFObjectWriter::hasRelocationAddend() const {
1228 return TargetObjectWriter->hasRelocationAddend();
1358 if (!hasRelocationAddend())
1455 if (hasRelocationAddend()) {