Lines Matching defs:getSection
206 const coff_section *ObjFile::getSection(uint32_t i) {
207 auto sec = coffObj->getSection(i);
209 fatal("getSection failed: #" + Twine(i) + ": " + toString(sec.takeError()));
225 const coff_section *sec = getSection(i);
236 const coff_section *sec = getSection(sectionNumber);
335 const coff_section *parentSec = getSection(parentIndex);
571 if (leaderChunk->getSize() != getSection(sym)->SizeOfRawData) {
586 SectionChunk newChunk(this, getSection(sym));
603 if (leaderChunk->getSize() < getSection(sym)->SizeOfRawData) {
1167 const coff_section *sec = CHECK(coffObj->getSection(i), file);