reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
204 ArrayRef<uint8_t> getContents() const;
354 ArrayRef<uint8_t> a = getContents(); 596 return consumeDebugMagic(getContents(), getSectionName()); 884 builder.add(toStringRef(c->getContents())); 893 size_t off = builder.getOffset(toStringRef(c->getContents()));tools/lld/COFF/ICF.cpp
171 a->checksum == b->checksum && a->getContents() == b->getContents() && 171 a->checksum == b->checksum && a->getContents() == b->getContents() && 266 sc->eqClass[0] = xxHash64(sc->getContents());tools/lld/COFF/InputFiles.cpp
539 if (leaderChunk->getContents() != newChunk.getContents()) 539 if (leaderChunk->getContents() != newChunk.getContents())tools/lld/COFF/PDB.cpp
307 ArrayRef<uint8_t> contents = sec->getContents(); 959 ArrayRef<uint8_t> contents = secChunk->getContents(); 1737 SectionChunk::consumeDebugMagic(dbgC->getContents(), ".debug$S"); 1759 size_t offsetInDbgC = bytes.data() - dbgC->getContents().data();tools/lld/COFF/Writer.cpp
1423 ArrayRef<uint8_t> secContents = sc->getContents(); 1635 ArrayRef<uint8_t> data = c->getContents();