reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
607 if (sectionNumber == llvm::COFF::IMAGE_SYM_DEBUG) 610 if (llvm::COFF::isReservedSectionNumber(sectionNumber)) 612 " should not refer to special section " + Twine(sectionNumber)); 614 if ((uint32_t)sectionNumber >= sparseChunks.size()) 616 " should not refer to non-existent section " + Twine(sectionNumber)); 629 if (const coff_aux_section_definition *def = comdatDefs[sectionNumber]) { 630 comdatDefs[sectionNumber] = nullptr; 655 SectionChunk *c = readSection(sectionNumber, def, getName()); 656 sparseChunks[sectionNumber] = c; 661 sparseChunks[sectionNumber] = nullptr; 668 if (sparseChunks[sectionNumber] == pendingComdat) { 671 comdatDefs[sectionNumber] = def;