reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Target.cpp
   99     if (!isec->getParent())
  102     uint8_t *isecLoc = Out::bufferStart + isec->getParent()->offset + isec->outSecOff;
  102     uint8_t *isecLoc = Out::bufferStart + isec->getParent()->offset + isec->outSecOff;
  103     if (isecLoc <= loc && loc < isecLoc + isec->getSize())
  104       return {isec, isec->template getLocation<ELFT>(loc - isecLoc) + ": "};
  104       return {isec, isec->template getLocation<ELFT>(loc - isecLoc) + ": "};