Home | History | Annotate | Download | only in llvm-objdump

Lines Matching defs:Relocs

1145   std::vector<std::pair<uint64_t, SymbolRef>> Relocs;
1156 Relocs.push_back(std::make_pair(RelocOffset, *RelocSym));
1159 array_pod_sort(Relocs.begin(), Relocs.end());
1183 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) {
1186 if (Reloc != Relocs.end()) {
1292 std::vector<std::pair<uint64_t, SymbolRef>> Relocs;
1303 Relocs.push_back(std::make_pair(RelocOffset, *RelocSym));
1306 array_pod_sort(Relocs.begin(), Relocs.end());
1330 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) {
1333 if (Reloc != Relocs.end()) {