Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h104 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp225 bool hasRelocationAddend() const;
387 return OWriter.hasRelocationAddend() && in usesRela()
1205 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFObjectWriter
1206 return TargetObjectWriter->hasRelocationAddend(); in hasRelocationAddend()
1363 !hasRelocationAddend()) in shouldRelocateWithSymbol()
1454 if (hasRelocationAddend()) { in recordRelocation()
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp436 if (hasRelocationAddend()) in sortRelocs()