Searched refs:sectionContents (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 135 ArrayRef<uint8_t> sectionContents, CVSymbol sym, 556 ArrayRef<uint8_t> sectionContents, in writeSymbolRecord() argument 565 debugChunk->writeAndRelocateSubsection(sectionContents, sym.data(), in writeSymbolRecord() 590 ArrayRef<uint8_t> sectionContents = debugChunk->getContents(); in analyzeSymbolSubsection() local 613 writeSymbolRecord(debugChunk, sectionContents, sym, alignedSize, in analyzeSymbolSubsection() 655 ArrayRef<uint8_t> sectionContents = debugChunk->getContents(); in writeAllModuleSymbolRecords() local 657 SectionChunk::consumeDebugMagic(sectionContents, ".debug$S"); in writeAllModuleSymbolRecords() 686 writeSymbolRecord(debugChunk, sectionContents, sym, alignedSize, in writeAllModuleSymbolRecords()
|