reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
106 static size_t size() { return COFF::RelocationSize; } 926 Offset += COFF::RelocationSize; 929 Offset += COFF::RelocationSize * Sec->Relocations.size();lib/Object/WindowsResource.cpp
688 Data.size() * COFF::RelocationSize; // one relocation for each resource.
lib/ObjectYAML/COFFEmitter.cpp 265 S.Header.NumberOfRelocations * COFF::RelocationSize;