Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h104 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp227 bool hasRelocationAddend() const;
390 return OWriter.hasRelocationAddend() && in usesRela()
1235 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFObjectWriter
1236 return TargetObjectWriter->hasRelocationAddend(); in hasRelocationAddend()
1402 !hasRelocationAddend()) in shouldRelocateWithSymbol()
1493 if (hasRelocationAddend()) { in recordRelocation()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp436 if (hasRelocationAddend()) in sortRelocs()