Searched refs:getPartition (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | SyntheticSections.cpp | 560 uint64_t va = getPartition().ehFrameHdr->getVA(); in getFdeData() 644 if (getPartition().ehFrameHdr && getPartition().ehFrameHdr->getParent()) in writeTo() 645 getPartition().ehFrameHdr->write(); in writeTo() 1323 elf::Partition &part = getPartition(); in computeContents() 2122 if (getPartition().gnuHashTab) { in finalizeContents() 3059 return 12 + getPartition().ehFrame->numFdes * 8; in getSize() 3071 if (!getPartition().name.empty()) in getFileDefName() 3072 return getPartition().name; in getFileDefName() 3157 (getPartition().verDef || getPartition().verNeed->isNeeded()); in isNeeded() 3784 writeEhdr<ELFT>(buf, getPartition()); in writeTo() [all …]
|
| H A D | InputSection.h | 68 elf::Partition &getPartition() const;
|
| H A D | Relocations.cpp | 869 Partition &part = isec.getPartition(); in addRelativeReloc() 1057 sec.getPartition().relaDyn->addSymbolReloc(rel, sec, offset, sym, addend, in processAux()
|
| H A D | SyntheticSections.h | 1254 inline Partition &SectionBase::getPartition() const { in getPartition() function
|
| H A D | Writer.cpp | 152 Partition &part = s->getPartition(); in combineEhSections()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Globals.cpp | 69 setPartition(Src->getPartition()); in copyAttributesFrom() 202 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
|
| H A D | AsmWriter.cpp | 3530 printEscapedString(GV->getPartition(), Out); in printGlobal() 3593 printEscapedString(GA->getPartition(), Out); in printAlias() 3627 printEscapedString(GI->getPartition(), Out); in printIFunc() 3773 printEscapedString(F->getPartition(), Out); in printFunction()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 294 StringRef getPartition() const;
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1392 Vals.push_back(addToStrtab(GV.getPartition())); in writeModuleInfo() 1393 Vals.push_back(GV.getPartition().size()); in writeModuleInfo() 1436 Vals.push_back(addToStrtab(F.getPartition())); in writeModuleInfo() 1437 Vals.push_back(F.getPartition().size()); in writeModuleInfo() 1460 Vals.push_back(addToStrtab(A.getPartition())); in writeModuleInfo() 1461 Vals.push_back(A.getPartition().size()); in writeModuleInfo() 1480 Vals.push_back(addToStrtab(I.getPartition())); in writeModuleInfo() 1481 Vals.push_back(I.getPartition().size()); in writeModuleInfo()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2154 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()
|