Home
last modified time | relevance | path

Searched refs:hasRelocationAddend (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp157 bool hasRelocationAddend() const;
242 bool hasRelocationAddend() const;
404 bool ELFWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFWriter
405 return OWriter.hasRelocationAddend(); in hasRelocationAddend()
791 if (hasRelocationAddend()) 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()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h102 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp460 if (hasRelocationAddend()) in sortRelocs()