| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | JumpTable.cpp | 96 getOutputSection().removeRelocationAt(EntryOffset); in updateOriginal() 97 getOutputSection().addRelocation(EntryOffset, Entry, RelType, RelAddend); in updateOriginal()
|
| H A D | BinaryData.cpp | 76 return getOutputSection().getName(); in getOutputSectionName()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | InputSection.h | 78 OutputSection *getOutputSection(); 79 const OutputSection *getOutputSection() const { in getOutputSection() function 80 return const_cast<SectionBase *>(this)->getOutputSection(); in getOutputSection()
|
| H A D | CallGraphSort.cpp | 128 if (fromSB->getOutputSection() != toSB->getOutputSection()) in CallGraphSort()
|
| H A D | LinkerScript.cpp | 62 OutputSection *out = rel->getOutputSection(); in getOutputSectionName() 115 return alignToPowerOf2(sec->getOutputSection()->addr + sec->getOffset(val), in getValue() 121 return sec ? sec->getOutputSection()->addr + sec->getOffset(0) : 0; in getSecAddr() 739 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec() 807 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec() 809 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec() 840 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections()
|
| H A D | MapFile.cpp | 97 OutputSection *osec = syms[i]->getOutputSection(); in getSymbolStrings() 140 const OutputSection *osec = sec->getOutputSection(); in printEhFrame()
|
| H A D | InputSection.cpp | 180 const OutputSection *out = getOutputSection(); in getVA() 184 OutputSection *SectionBase::getOutputSection() { in getOutputSection() function in SectionBase 326 OutputSection *osec = sections[idx]->getOutputSection(); in copyShtGroup() 420 p->r_addend = sym.getVA(addend) - section->getOutputSection()->addr; in copyRelocations() 521 OutputSection *os = sym.getOutputSection(); in getARMStaticBase() 883 if (!sym.getOutputSection() || (ds && ds->folded && !isDebugLine)) { in relocateNonAlloc() 984 uint64_t secAddr = getOutputSection()->addr; in relocateAlloc()
|
| H A D | OutputSections.cpp | 477 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) in finalizeShtGroup() 516 info = s->getOutputSection()->sectionIndex; in finalize() 650 const OutputSection *relOsec = rel.inputSec->getOutputSection(); in checkDynRelAddends()
|
| H A D | Symbols.cpp | 200 OutputSection *Symbol::getOutputSection() const { in getOutputSection() function in Symbol 203 return sec->getOutputSection(); in getOutputSection()
|
| H A D | Symbols.h | 207 OutputSection *getOutputSection() const;
|
| H A D | SyntheticSections.cpp | 738 if (const OutputSection *os = sym.getOutputSection()) in addEntry() 798 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() 2185 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex() 2194 return sectionIndexMap.lookup(sym->getOutputSection()); in getSymbolIndex() 2215 if (const OutputSection *os = sym->getOutputSection()) in getSymSectionIndex() 2320 write32(buf, entry.sym->getOutputSection()->sectionIndex); in writeTo()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryData.h | 131 BinarySection &getOutputSection() { return *OutputSection; } in getOutputSection() function 132 const BinarySection &getOutputSection() const { return *OutputSection; } in getOutputSection() function
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | CallGraphSort.cpp | 99 if (ctx.getOutputSection(fromSec) != ctx.getOutputSection(toSec)) in CallGraphSort()
|
| H A D | COFFLinkerContext.h | 52 OutputSection *getOutputSection(const Chunk *c) const { in getOutputSection() function
|
| H A D | MapFile.cpp | 161 if (OutputSection *sec = ctx.getOutputSection(chunk)) in getSymbolStrings() 304 entry->getRVA() - ctx.getOutputSection(chunk)->header.VirtualAddress; in writeMapFile()
|
| H A D | Writer.cpp | 102 OutputSection *os = ctx.getOutputSection(c); in writeTo() 1153 OutputSection *os = ctx.getOutputSection(c); in createSymbol() 1941 OutputSection *os = ctx.getOutputSection(c); in sortExceptionTable() 2082 OutputSection *sec = ctx.getOutputSection(tlsSym->getChunk()); in fixTlsAlignment()
|
| H A D | PDB.cpp | 717 OutputSection *os = c ? ctx.getOutputSection(c) : nullptr; in createSectionContrib() 1128 OutputSection *os = ctx.getOutputSection(def->getChunk()); in createPublic() 1526 OutputSection *thunkOS = ctx.getOutputSection(thunkChunk); in addImportFilesToPDB()
|
| H A D | Chunks.cpp | 390 OutputSection *os = c ? file->ctx.getOutputSection(c) : nullptr; in applyRelocation()
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | X86_64.cpp | 189 uint64_t addrLoc = is.getOutputSection()->addr + is.outSecOff + r.offset; in isFallThruRelocation() 196 nextIS->getOutputSection()->addr + nextIS->outSecOff; in isFallThruRelocation()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 3713 BinarySection &Section = JT->getOutputSection(); in mapCodeSections() 4661 BinarySection &OutputSection = BD->getOutputSection(); in updateELFSymbolTable() 5272 BinarySection &Section = JT->getOutputSection(); in rewriteFile()
|