Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h87 return is64Bit ? (hasRelocationAddend() ? 24 : 16) in getRelocationEntrySize()
88 : (hasRelocationAddend() ? 12 : 8); in getRelocationEntrySize()
97 virtual bool hasRelocationAddend() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp156 bool hasRelocationAddend() const;
241 bool hasRelocationAddend() const;
403 bool ELFWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFWriter
404 return OWriter.hasRelocationAddend(); in hasRelocationAddend()
772 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in createRelocationSection()
776 if (hasRelocationAddend()) in createRelocationSection()
786 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()
926 if (hasRelocationAddend()) in writeRelocations()
935 if (hasRelocationAddend()) in writeRelocations()
1227 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFObjectWriter
[all …]
/external/llvm/lib/MC/
DELFObjectWriter.cpp128 bool hasRelocationAddend() const { in hasRelocationAddend() function in __anon025039250111::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/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeELFWriterInfo.h32 virtual bool hasRelocationAddend() const { return false; } in hasRelocationAddend() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMELFWriterInfo.h32 virtual bool hasRelocationAddend() const { return false; } in hasRelocationAddend() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ELFWriterInfo.h33 virtual bool hasRelocationAddend() const { return is64Bit ? true : false; } in hasRelocationAddend() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCELFObjectWriter.h33 bool hasRelocationAddend() { return HasRelocationAddend; } in hasRelocationAddend() function
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h94 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.h159 bool hasRelocationAddend() const { in hasRelocationAddend() function
160 return TargetObjectWriter->hasRelocationAddend(); in hasRelocationAddend()
DELFObjectWriter.cpp454 if (!hasRelocationAddend()) in RecordRelocation()
688 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in CreateRelocationSections()
692 if (hasRelocationAddend()) in CreateRelocationSections()
698 Ctx.getELFSection(RelaSectionName, hasRelocationAddend() ? in CreateRelocationSections()
767 if (hasRelocationAddend()) in WriteRelocationsFragment()
776 if (hasRelocationAddend()) in WriteRelocationsFragment()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h97 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp256 unsigned SectionType = TEW->hasRelocationAddend() ? in getRelocSection()
260 if (TEW->hasRelocationAddend()) in getRelocSection()
753 bool HasRelA = TEW->hasRelocationAddend(); in EmitRelocations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp449 if (hasRelocationAddend()) in sortRelocs()