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 55 const unsigned HasRelocationAddend : 1;
62 uint16_t EMachine_, bool HasRelocationAddend,
100 bool hasRelocationAddend() const { return HasRelocationAddend; }
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 143 bool hasRelocationAddend() const {
144 return TargetObjectWriter->hasRelocationAddend();
747 if (hasRelocationAddend())
765 if (!hasRelocationAddend())
    [all...]

Completed in 40 milliseconds