Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp145 bool hasRelocationAddend() const;
229 bool hasRelocationAddend() const;
395 bool ELFWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFWriter
396 return OWriter.hasRelocationAddend(); in hasRelocationAddend()
788 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in createRelocationSection()
792 if (hasRelocationAddend()) in createRelocationSection()
802 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()
946 if (hasRelocationAddend()) in writeRelocations()
955 if (hasRelocationAddend()) in writeRelocations()
1237 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFObjectWriter
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h102 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp434 if (hasRelocationAddend()) in sortRelocs()