Searched refs:getPartition (Results 1 – 9 of 9) sorted by relevance
534 uint64_t va = getPartition().ehFrameHdr->getVA(); in getFdeData()619 if (getPartition().ehFrameHdr && getPartition().ehFrameHdr->getParent()) in writeTo()620 getPartition().ehFrameHdr->write(); in writeTo()1299 elf::Partition &part = getPartition(); in computeContents()2122 if (getPartition().gnuHashTab) { in finalizeContents()3056 if (!getPartition().name.empty()) in getFileDefName()3057 return getPartition().name; in getFileDefName()3142 (getPartition().verDef || getPartition().verNeed->isNeeded()); in isNeeded()3366 Partition &part = s->getPartition(); in combineEhSections()3792 writeEhdr<ELFT>(buf, getPartition()); in writeTo()[all …]
72 elf::Partition &getPartition() const;
872 Partition &part = isec.getPartition(); in addRelativeReloc()1148 sec->getPartition().relaDyn->addSymbolReloc(rel, *sec, offset, sym, in processAux()
1331 inline Partition &SectionBase::getPartition() const { in getPartition() function
67 setPartition(Src->getPartition()); in copyAttributesFrom()205 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
3690 printEscapedString(GV->getPartition(), Out); in printGlobal()3774 printEscapedString(GA->getPartition(), Out); in printAlias()3808 printEscapedString(GI->getPartition(), Out); in printIFunc()3957 printEscapedString(F->getPartition(), Out); in printFunction()
312 StringRef getPartition() const;
1470 Vals.push_back(addToStrtab(GV.getPartition())); in writeModuleInfo()1471 Vals.push_back(GV.getPartition().size()); in writeModuleInfo()1515 Vals.push_back(addToStrtab(F.getPartition())); in writeModuleInfo()1516 Vals.push_back(F.getPartition().size()); in writeModuleInfo()1539 Vals.push_back(addToStrtab(A.getPartition())); in writeModuleInfo()1540 Vals.push_back(A.getPartition().size()); in writeModuleInfo()1559 Vals.push_back(addToStrtab(I.getPartition())); in writeModuleInfo()1560 Vals.push_back(I.getPartition().size()); in writeModuleInfo()
2514 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()