reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
126 Sec.Relocs.clear();
tools/llvm-objcopy/COFF/Object.cpp52 for (const Relocation &R : Sec.Relocs) { 129 Sec.Relocs.clear();tools/llvm-objcopy/COFF/Reader.cpp
72 S.Relocs.push_back(R); 178 for (Relocation &R : Sec.Relocs) {tools/llvm-objcopy/COFF/Writer.cpp
28 for (Relocation &R : Sec.Relocs) { 100 S.Header.NumberOfRelocations = S.Relocs.size(); 103 FileSize += S.Relocs.size() * sizeof(coff_relocation); 310 for (const auto &R : S.Relocs) {