Lines Matching refs:hasRelocationAddend
157 bool hasRelocationAddend() const;
242 bool hasRelocationAddend() const;
404 bool ELFWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFWriter
405 return OWriter.hasRelocationAddend(); in hasRelocationAddend()
787 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in createRelocationSection()
791 if (hasRelocationAddend()) in createRelocationSection()
801 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()
941 if (hasRelocationAddend()) in writeRelocations()
950 if (hasRelocationAddend()) in writeRelocations()
1244 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFObjectWriter
1245 return TargetObjectWriter->hasRelocationAddend(); in hasRelocationAddend()
1384 if (!hasRelocationAddend()) in shouldRelocateWithSymbol()
1481 if (hasRelocationAddend()) { in recordRelocation()