Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetELFWriterInfo.h84 return is64Bit ? (hasRelocationAddend() ? 24 : 16) in getRelocationEntrySize()
85 : (hasRelocationAddend() ? 12 : 8); in getRelocationEntrySize()
94 virtual bool hasRelocationAddend() const = 0;
/external/llvm/lib/Target/X86/
DX86ELFWriterInfo.h33 virtual bool hasRelocationAddend() const { return is64Bit ? true : false; } in hasRelocationAddend() function
/external/llvm/lib/Target/ARM/
DARMELFWriterInfo.h33 virtual bool hasRelocationAddend() const { return false; } in hasRelocationAddend() function
/external/llvm/lib/Target/MBlaze/
DMBlazeELFWriterInfo.h33 virtual bool hasRelocationAddend() const { return false; } in hasRelocationAddend() function
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h96 bool hasRelocationAddend() { return HasRelocationAddend; } in hasRelocationAddend() function
/external/llvm/lib/MC/
DELFObjectWriter.cpp138 bool hasRelocationAddend() const { in hasRelocationAddend() function in __anon98cc56600111::ELFObjectWriter
139 return TargetObjectWriter->hasRelocationAddend(); in hasRelocationAddend()
754 if (!hasRelocationAddend()) in RecordRelocation()
988 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in CreateRelocationSections()
992 if (hasRelocationAddend()) in CreateRelocationSections()
998 Ctx.getELFSection(RelaSectionName, hasRelocationAddend() ? in CreateRelocationSections()
1069 if (hasRelocationAddend()) in WriteRelocationsFragment()
1078 if (hasRelocationAddend()) in WriteRelocationsFragment()