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

References

lib/Object/COFFObjectFile.cpp
 1146   return R->Type;
 1280   StringRef Res = getRelocationTypeName(Reloc->Type);
 1819     if (R.Type != RVAReloc)
lib/Object/WindowsResource.cpp
  983       Reloc->Type = COFF::IMAGE_REL_ARM_ADDR32NB;
  986       Reloc->Type = COFF::IMAGE_REL_AMD64_ADDR32NB;
  989       Reloc->Type = COFF::IMAGE_REL_I386_DIR32NB;
  992       Reloc->Type = COFF::IMAGE_REL_ARM64_ADDR32NB;
tools/lld/COFF/Chunks.cpp
  399       applyRelX64(off, rel.Type, os, s, p);
  402       applyRelX86(off, rel.Type, os, s, p);
  405       applyRelARM(off, rel.Type, os, s, p);
  408       applyRelARM64(off, rel.Type, os, s, p);
  427     if (rel.Type == IMAGE_REL_AMD64_ADDR64)
  431     if (rel.Type == IMAGE_REL_I386_DIR32)
  435     if (rel.Type == IMAGE_REL_ARM_ADDR32)
  437     if (rel.Type == IMAGE_REL_ARM_MOV32T)
  441     if (rel.Type == IMAGE_REL_ARM64_ADDR64)
  556     int sizeInBits = getRuntimePseudoRelocSize(rel.Type);
  560             file->getCOFFObj()->getRelocationTypeName(rel.Type) + " in " +
tools/lld/COFF/ICF.cpp
  149     if (r1.Type != r2.Type ||
  149     if (r1.Type != r2.Type ||
tools/lld/COFF/PDB.cpp
 1727       if (r.Type != secrelReloc)
tools/lld/COFF/Writer.cpp
  437       if (isInRange(rel.Type, s, p, margin))
  444       std::tie(thunk, wasNew) = getThunk(lastThunks, sym, p, rel.Type, margin);
  517       if (!isInRange(rel.Type, s, p, 0))
 1558       if (config->machine == I386 && reloc.Type == COFF::IMAGE_REL_I386_REL32)
tools/obj2yaml/coff2yaml.cpp
  214       Rel.Type = reloc->Type;