Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:reloc

580       RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
581 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
582 switch (reloc->type()) {
588 Relocation* relocation = llvm::cast<Relocation>(reloc);