Searched refs:sectionContents (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | PDB.cpp | 134 ArrayRef<uint8_t> sectionContents, CVSymbol sym, 555 ArrayRef<uint8_t> sectionContents, in writeSymbolRecord() argument 564 debugChunk->writeAndRelocateSubsection(sectionContents, sym.data(), in writeSymbolRecord() 589 ArrayRef<uint8_t> sectionContents = debugChunk->getContents(); in analyzeSymbolSubsection() local 612 writeSymbolRecord(debugChunk, sectionContents, sym, alignedSize, in analyzeSymbolSubsection() 653 ArrayRef<uint8_t> sectionContents = debugChunk->getContents(); in writeAllModuleSymbolRecords() local 655 SectionChunk::consumeDebugMagic(sectionContents, ".debug$S"); in writeAllModuleSymbolRecords() 684 writeSymbolRecord(debugChunk, sectionContents, sym, alignedSize, in writeAllModuleSymbolRecords()
|