Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h102 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp231 bool hasRelocationAddend() const;
398 return OWriter.hasRelocationAddend() && in usesRela()
1245 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFObjectWriter
1246 return TargetObjectWriter->hasRelocationAddend(); in hasRelocationAddend()
1413 !hasRelocationAddend()) in shouldRelocateWithSymbol()
1504 if (hasRelocationAddend()) { in recordRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp436 if (hasRelocationAddend()) in sortRelocs()