HomeSort by relevance Sort by last modified time
    Searched defs:hasRelocationAddend (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/ARM/
ARMELFWriterInfo.h 30 /// hasRelocationAddend - True if the target uses an addend in the
32 virtual bool hasRelocationAddend() const { return false; }
  /external/llvm/lib/Target/MBlaze/
MBlazeELFWriterInfo.h 30 /// hasRelocationAddend - True if the target uses an addend in the
32 virtual bool hasRelocationAddend() const { return false; }
  /external/llvm/lib/Target/X86/
X86ELFWriterInfo.h 31 /// hasRelocationAddend - True if the target uses an addend in the
33 virtual bool hasRelocationAddend() const { return is64Bit ? true : false; }
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 20 const unsigned HasRelocationAddend : 1;
33 bool hasRelocationAddend() { return HasRelocationAddend; }
  /external/llvm/lib/MC/
ELFObjectWriter.h 159 bool hasRelocationAddend() const {
160 return TargetObjectWriter->hasRelocationAddend();

Completed in 370 milliseconds