Searched refs:getPartition (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | SyntheticSections.cpp | 558 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 …]
|
| D | InputSection.h | 69 elf::Partition &getPartition() const;
|
| D | Relocations.cpp | 1060 Partition &part = isec->getPartition(); in addRelativeReloc() 1185 sec.getPartition().relaDyn->addSymbolReloc(rel, &sec, offset, sym, addend, in processRelocAux()
|
| D | SyntheticSections.h | 1239 inline Partition &SectionBase::getPartition() const { in getPartition() function
|
| D | Writer.cpp | 214 Partition &part = s->getPartition(); in combineEhSections()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Globals.cpp | 71 setPartition(Src->getPartition()); in copyAttributesFrom() 185 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
|
| D | AsmWriter.cpp | 3580 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/ |
| D | GlobalValue.h | 289 StringRef getPartition() const;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 1367 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/ |
| D | AsmPrinter.cpp | 1934 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()
|