Lines Matching defs:Rels
679 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
718 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
742 std::vector<RelocationRef>::const_iterator RelCur = Rels->begin();
743 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end();
788 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
841 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
864 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
918 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
956 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
1939 std::vector<RelocationRef> Rels = RelocMap[Section];
1940 std::vector<RelocationRef>::const_iterator RelCur = Rels.begin();
1941 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end();
2314 "", *DT->SubtargetInfo, &SP, Obj.getFileName(), &Rels, LVP);