Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.cpp558 uint64_t va = getPartition().ehFrameHdr->getVA(); in getFdeData()
642 if (getPartition().ehFrameHdr && getPartition().ehFrameHdr->getParent()) in writeTo()
643 getPartition().ehFrameHdr->write(); in writeTo()
1331 elf::Partition &part = getPartition(); in finalizeContents()
1661 SymbolTableBaseSection *symTab = getPartition().dynSymTab; in finalizeContents()
1706 SymbolTableBaseSection *symTab = getPartition().dynSymTab; in writeTo()
1799 encodeDynamicReloc<ELFT>(getPartition().dynSymTab, &r, rel); in updateAllocSize()
2114 if (getPartition().gnuHashTab) { in finalizeContents()
2116 getPartition().gnuHashTab->addSymbols(symbols); in finalizeContents()
2384 if (OutputSection *sec = getPartition().dynSymTab->getParent()) in finalizeContents()
[all …]
DInputSection.h69 elf::Partition &getPartition() const;
DRelocations.cpp1060 Partition &part = isec->getPartition(); in addRelativeReloc()
1185 sec.getPartition().relaDyn->addSymbolReloc(rel, &sec, offset, sym, addend, in processRelocAux()
DSyntheticSections.h1239 inline Partition &SectionBase::getPartition() const { in getPartition() function
DWriter.cpp214 Partition &part = s->getPartition(); in combineEhSections()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DGlobals.cpp71 setPartition(Src->getPartition()); in copyAttributesFrom()
185 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
DAsmWriter.cpp3580 printEscapedString(GV->getPartition(), Out); in printGlobal()
3637 printEscapedString(GIS->getPartition(), Out); in printIndirectSymbol()
3782 printEscapedString(F->getPartition(), Out); in printFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DGlobalValue.h289 StringRef getPartition() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1367 Vals.push_back(addToStrtab(GV.getPartition())); in writeModuleInfo()
1368 Vals.push_back(GV.getPartition().size()); in writeModuleInfo()
1407 Vals.push_back(addToStrtab(F.getPartition())); in writeModuleInfo()
1408 Vals.push_back(F.getPartition().size()); in writeModuleInfo()
1431 Vals.push_back(addToStrtab(A.getPartition())); in writeModuleInfo()
1432 Vals.push_back(A.getPartition().size()); in writeModuleInfo()
1451 Vals.push_back(addToStrtab(I.getPartition())); in writeModuleInfo()
1452 Vals.push_back(I.getPartition().size()); in writeModuleInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1934 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()