Searched refs:getPartition (Results 1 – 10 of 10) sorted by relevance
558 uint64_t va = getPartition().ehFrameHdr->getVA(); in getFdeData()642 if (getPartition().ehFrameHdr && getPartition().ehFrameHdr->getParent()) in writeTo()643 getPartition().ehFrameHdr->write(); in writeTo()1331 elf::Partition &part = getPartition(); in finalizeContents()2114 if (getPartition().gnuHashTab) { in finalizeContents()3076 return 12 + getPartition().ehFrame->numFdes * 8; in getSize()3088 if (!getPartition().name.empty()) in getFileDefName()3089 return getPartition().name; in getFileDefName()3174 (getPartition().verDef || getPartition().verNeed->isNeeded()); in isNeeded()3808 writeEhdr<ELFT>(buf, getPartition()); in writeTo()[all …]
69 elf::Partition &getPartition() const;
1060 Partition &part = isec->getPartition(); in addRelativeReloc()1185 sec.getPartition().relaDyn->addSymbolReloc(rel, &sec, offset, sym, addend, in processRelocAux()
1239 inline Partition &SectionBase::getPartition() const { in getPartition() function
214 Partition &part = s->getPartition(); in combineEhSections()
71 setPartition(Src->getPartition()); in copyAttributesFrom()185 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
3580 printEscapedString(GV->getPartition(), Out); in printGlobal()3637 printEscapedString(GIS->getPartition(), Out); in printIndirectSymbol()3782 printEscapedString(F->getPartition(), Out); in printFunction()
289 StringRef getPartition() const;
1367 Vals.push_back(addToStrtab(GV.getPartition())); in writeModuleInfo()1368 Vals.push_back(GV.getPartition().size()); in writeModuleInfo()1407 Vals.push_back(addToStrtab(F.getPartition())); in writeModuleInfo()1408 Vals.push_back(F.getPartition().size()); in writeModuleInfo()1431 Vals.push_back(addToStrtab(A.getPartition())); in writeModuleInfo()1432 Vals.push_back(A.getPartition().size()); in writeModuleInfo()1451 Vals.push_back(addToStrtab(I.getPartition())); in writeModuleInfo()1452 Vals.push_back(I.getPartition().size()); in writeModuleInfo()
1934 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()