Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp578 uint64_t va = getPartition(ctx).ehFrameHdr->getVA(); in getFdeData()
667 if (getPartition(ctx).ehFrameHdr && getPartition(ctx).ehFrameHdr->getParent()) in writeTo()
668 getPartition(ctx).ehFrameHdr->write(); in writeTo()
1368 elf::Partition &part = getPartition(ctx); in computeContents()
1629 if (OutputSection *sec = getPartition(ctx).dynStrTab->getParent()) in finalizeContents()
1731 SymbolTableBaseSection *symTab = getPartition(ctx).dynSymTab.get(); in finalizeContents()
1755 SymbolTableBaseSection *symTab = getPartition(ctx).dynSymTab.get(); in computeRels()
1895 r.setSymbolAndType(rel.getSymIndex(getPartition(ctx).dynSymTab.get()), in updateAllocSize()
2202 if (getPartition(ctx).gnuHashTab) { in finalizeContents()
2204 getPartition(ctx).gnuHashTab->addSymbols(symbols); in finalizeContents()
[all …]
H A DInputSection.h84 elf::Partition &getPartition(Ctx &) const;
H A DRelocations.cpp846 Partition &part = isec.getPartition(ctx); in addRelativeReloc()
929 ctx.in.got->getPartition(ctx).relaDyn->addReloc( in addGotAuthEntry()
1148 Partition &part = sec->getPartition(ctx); in processAux()
H A DSyntheticSections.h1532 inline Partition &SectionBase::getPartition(Ctx &ctx) const { in getPartition() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp69 setPartition(Src->getPartition()); in copyAttributesFrom()
222 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
H A DAsmWriter.cpp3955 printEscapedString(GV->getPartition(), Out); in printGlobal()
4039 printEscapedString(GA->getPartition(), Out); in printAlias()
4073 printEscapedString(GI->getPartition(), Out); in printIFunc()
4222 printEscapedString(F->getPartition(), Out); in printFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h314 LLVM_ABI StringRef getPartition() const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1630 Vals.push_back(addToStrtab(GV.getPartition())); in writeModuleInfo()
1631 Vals.push_back(GV.getPartition().size()); in writeModuleInfo()
1675 Vals.push_back(addToStrtab(F.getPartition())); in writeModuleInfo()
1676 Vals.push_back(F.getPartition().size()); in writeModuleInfo()
1699 Vals.push_back(addToStrtab(A.getPartition())); in writeModuleInfo()
1700 Vals.push_back(A.getPartition().size()); in writeModuleInfo()
1719 Vals.push_back(addToStrtab(I.getPartition())); in writeModuleInfo()
1720 Vals.push_back(I.getPartition().size()); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2762 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()