Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp534 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 …]
H A DInputSection.h72 elf::Partition &getPartition() const;
H A DRelocations.cpp872 Partition &part = isec.getPartition(); in addRelativeReloc()
1148 sec->getPartition().relaDyn->addSymbolReloc(rel, *sec, offset, sym, in processAux()
H A DSyntheticSections.h1331 inline Partition &SectionBase::getPartition() const { in getPartition() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp67 setPartition(Src->getPartition()); in copyAttributesFrom()
205 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
H A DAsmWriter.cpp3690 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h312 StringRef getPartition() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1470 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2514 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()