Home
last modified time | relevance | path

Searched refs:getPartition (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp560 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 DInputSection.h68 elf::Partition &getPartition() const;
H A DRelocations.cpp869 Partition &part = isec.getPartition(); in addRelativeReloc()
1057 sec.getPartition().relaDyn->addSymbolReloc(rel, sec, offset, sym, addend, in processAux()
H A DSyntheticSections.h1254 inline Partition &SectionBase::getPartition() const { in getPartition() function
H A DWriter.cpp152 Partition &part = s->getPartition(); in combineEhSections()
/llvm-project-15.0.7/llvm/lib/IR/
H A DGlobals.cpp69 setPartition(Src->getPartition()); in copyAttributesFrom()
202 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
H A DAsmWriter.cpp3530 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 DGlobalValue.h294 StringRef getPartition() const;
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1392 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 DAsmPrinter.cpp2154 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()