Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h109 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
197 bool hasRelocationAddend() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1127 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFObjectWriter
1128 return TargetObjectWriter->hasRelocationAddend(); in hasRelocationAddend()
1294 !hasRelocationAddend()) in shouldRelocateWithSymbol()
1432 return (hasRelocationAddend() && in usesRela()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp436 if (hasRelocationAddend()) in sortRelocs()