Home
last modified time | relevance | path

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

/external/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 …]
/external/llvm-project/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()
1253 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFObjectWriter
[all …]
/external/llvm/lib/MC/
DELFObjectWriter.cpp128 bool hasRelocationAddend() const { in hasRelocationAddend() function in __anon4ed704dc0111::ELFObjectWriter
129 return TargetObjectWriter->hasRelocationAddend(); in hasRelocationAddend()
579 if (!hasRelocationAddend()) in shouldRelocateWithSymbol()
695 if (hasRelocationAddend()) { in recordRelocation()
958 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in createRelocationSection()
962 if (hasRelocationAddend()) in createRelocationSection()
972 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()
1113 if (hasRelocationAddend()) in writeRelocations()
1122 if (hasRelocationAddend()) in writeRelocations()
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h94 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
/external/llvm-project/llvm/include/llvm/MC/
DMCELFObjectWriter.h102 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h103 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp434 if (hasRelocationAddend()) in sortRelocs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp459 if (hasRelocationAddend()) in sortRelocs()