Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp157 bool hasRelocationAddend() const;
242 bool hasRelocationAddend() const;
404 bool ELFWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFWriter
405 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()
1249 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFObjectWriter
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h103 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp459 if (hasRelocationAddend()) in sortRelocs()