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

  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 50 const unsigned HasRelocationAddend : 1;
57 uint16_t EMachine_, bool HasRelocationAddend,
93 bool hasRelocationAddend() const { return HasRelocationAddend; }
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 143 bool hasRelocationAddend() const {
144 return TargetObjectWriter->hasRelocationAddend();
747 if (hasRelocationAddend())
762 if (!hasRelocationAddend())
    [all...]

Completed in 45 milliseconds