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.cpp559 uint64_t va = getPartition().ehFrameHdr->getVA(); in getFdeData()
646 if (getPartition().ehFrameHdr && getPartition().ehFrameHdr->getParent()) in writeTo()
647 getPartition().ehFrameHdr->write(); in writeTo()
1317 elf::Partition &part = getPartition(); in computeContents()
1574 if (OutputSection *sec = getPartition().dynStrTab->getParent()) in finalizeContents()
1674 SymbolTableBaseSection *symTab = getPartition().dynSymTab.get(); in finalizeContents()
1698 SymbolTableBaseSection *symTab = getPartition().dynSymTab.get(); in computeRels()
1836 r.setSymbolAndType(rel.getSymIndex(getPartition().dynSymTab.get()), in updateAllocSize()
2143 if (getPartition().gnuHashTab) { in finalizeContents()
2145 getPartition().gnuHashTab->addSymbols(symbols); in finalizeContents()
[all …]
H A DInputSection.h88 elf::Partition &getPartition() const;
H A DRelocations.cpp875 Partition &part = isec.getPartition(); in addRelativeReloc()
1153 Partition &part = sec->getPartition(); in processAux()
H A DSyntheticSections.h1478 inline Partition &SectionBase::getPartition() const { in getPartition() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp68 setPartition(Src->getPartition()); in copyAttributesFrom()
214 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
H A DAsmWriter.cpp3792 printEscapedString(GV->getPartition(), Out); in printGlobal()
3876 printEscapedString(GA->getPartition(), Out); in printAlias()
3910 printEscapedString(GI->getPartition(), Out); in printIFunc()
4056 printEscapedString(F->getPartition(), Out); in printFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h312 StringRef getPartition() const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1562 Vals.push_back(addToStrtab(GV.getPartition())); in writeModuleInfo()
1563 Vals.push_back(GV.getPartition().size()); in writeModuleInfo()
1607 Vals.push_back(addToStrtab(F.getPartition())); in writeModuleInfo()
1608 Vals.push_back(F.getPartition().size()); in writeModuleInfo()
1631 Vals.push_back(addToStrtab(A.getPartition())); in writeModuleInfo()
1632 Vals.push_back(A.getPartition().size()); in writeModuleInfo()
1651 Vals.push_back(addToStrtab(I.getPartition())); in writeModuleInfo()
1652 Vals.push_back(I.getPartition().size()); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2521 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()