Searched refs:getOutputSection (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h79 OutputSection *getOutputSection();
80 const OutputSection *getOutputSection() const { function in class:lld::elf::SectionBase
81 return const_cast<SectionBase *>(this)->getOutputSection();
H A DCallGraphSort.cpp128 if (fromSB->getOutputSection() != toSB->getOutputSection())
H A DMapFile.cpp89 OutputSection *osec = syms[i]->getOutputSection();
132 const OutputSection *osec = sec->getOutputSection();
H A DLinkerScript.cpp52 OutputSection *os = sec->getOutputSection();
591 OutputSection *out = sec->getRelocatedSection()->getOutputSection();
657 if (firstIsec->getLinkOrderDep()->getOutputSection() !=
658 isec->getLinkOrderDep()->getOutputSection())
692 s->getOutputSection()->sectionIndex == UINT32_MAX);
H A DInputSection.cpp191 const OutputSection *out = getOutputSection();
195 OutputSection *SectionBase::getOutputSection() { function in class:lld::elf::SectionBase
395 *to++ = sections[idx]->getOutputSection()->sectionIndex;
485 p->r_addend = sym.getVA(addend) - section->getOutputSection()->addr;
566 OutputSection *os = sym.getOutputSection();
941 uint64_t addrLoc = getOutputSection()->addr + offset;
H A DSymbols.cpp185 OutputSection *Symbol::getOutputSection() const { function in class:lld::elf::Symbol
188 return sec->repl->getOutputSection();
H A DSymbols.h190 OutputSection *getOutputSection() const;
H A DOutputSections.cpp389 info = s->getOutputSection()->sectionIndex;
H A DSyntheticSections.cpp675 if (const OutputSection *os = sym.getOutputSection())
735 if (const OutputSection *outSec = sym.getOutputSection()) {
2074 sectionIndexMap[e.sym->getOutputSection()] = ++i;
2083 return sectionIndexMap.lookup(sym->getOutputSection());
2105 if (const OutputSection *os = sym->getOutputSection())
2213 write32(buf, entry.sym->getOutputSection()->sectionIndex);
H A DWriter.cpp103 OutputSection *out = rel->getOutputSection();
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp994 OutputSection *os = c ? c->getOutputSection() : nullptr;
1306 OutputSection *os = def->getChunk()->getOutputSection();
1638 OutputSection *thunkOS = thunkChunk->getOutputSection();
H A DWriter.cpp84 // this can be indexed by Chunk::getOutputSection.
87 OutputSection *Chunk::getOutputSection() const { function in class:lld::coff::Chunk
106 OutputSection *os = record->getOutputSection();
1100 OutputSection *os = c->getOutputSection();
1827 OutputSection *os = c->getOutputSection();
H A DChunks.h104 OutputSection *getOutputSection() const;
H A DChunks.cpp381 OutputSection *os = c ? c->getOutputSection() : nullptr;

Completed in 260 milliseconds