Searched refs:sectionIndex (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h30 uint64_t sectionIndex);
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp92 uint64_t sectionIndex) {
96 {offset, sectionIndex}, nullptr,
91 getDILineInfo(uint64_t offset, uint64_t sectionIndex) argument
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.h68 uint32_t sectionIndex = 0; member in class:lld::coff::OutputSection
H A DInputFiles.h213 uint32_t sectionIndex);
H A DPDB.cpp997 sc.ISect = os ? os->sectionIndex : llvm::pdb::kInvalidStreamIndex;
1309 pub.Segment = os->sectionIndex;
1558 cgs.Segment = os.sectionIndex;
1582 sym.SectionNumber = os.sectionIndex;
1656 ts.Segment = thunkOS->sectionIndex;
H A DInputFiles.cpp824 uint32_t sectionIndex) {
831 return dwarf->getDILineInfo(offset, sectionIndex);
823 getDILineInfo(uint32_t offset, uint32_t sectionIndex) argument
H A DChunks.cpp95 add16(off, os->sectionIndex);
H A DWriter.cpp1061 os->sectionIndex = idx;
1105 sym.SectionNumber = os->sectionIndex;
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.h45 uint32_t sectionIndex = UINT32_MAX; member in class:lld::elf::final
H A DOutputSections.cpp350 os->link = in.symTab->getParent()->sectionIndex;
368 link = ex->getLinkOrderDep()->getParent()->sectionIndex;
371 link = d->getParent()->sectionIndex;
385 link = in.symTab->getParent()->sectionIndex;
389 info = s->getOutputSection()->sectionIndex;
H A DSyntheticSections.cpp1350 this->link = sec->sectionIndex;
1565 getParent()->link = symTab->getParent()->sectionIndex;
1570 getParent()->info = in.gotPlt->getParent()->sectionIndex;
1572 getParent()->info = in.igotPlt->getParent()->sectionIndex;
1994 getParent()->link = sec->sectionIndex;
2106 return os->sectionIndex >= SHN_LORESERVE ? (uint32_t)SHN_XINDEX
2107 : os->sectionIndex;
2213 write32(buf, entry.sym->getOutputSection()->sectionIndex);
2232 getParent()->link = in.symTab->getParent()->sectionIndex;
2276 getParent()->link = sec->sectionIndex;
[all...]
H A DLinkerScript.cpp521 sec->sectionIndex = i++;
532 aether->sectionIndex = 1;
692 s->getOutputSection()->sectionIndex == UINT32_MAX);
H A DWriter.cpp1466 return sec->sectionIndex == UINT32_MAX;
1508 return aOut->sectionIndex < bOut->sectionIndex;
1821 Out::elfHeader->sectionIndex = 1;
1825 sec->sectionIndex = i + 1;
2565 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex;
H A DInputFiles.cpp290 uint64_t sectionIndex = object::SectionedAddress::UndefSection; local
294 sectionIndex = curIndex;
301 return dwarf->getDILineInfo(s->getOffsetInFile() + offset, sectionIndex);
H A DInputSection.cpp395 *to++ = sections[idx]->getOutputSection()->sectionIndex;
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler.h121 /// Prototype for a helper function. Given a sectionIndex and address,
123 typedef std::function<llvm::Error (uint32_t sectionIndex, uint64_t addr,
H A DMachONormalizedFileFromAtoms.cpp548 uint32_t sectionIndex = 1; local
552 sect->finalSectionIndex = sectionIndex++;
H A DMachONormalizedFileToAtoms.cpp227 uint32_t sectionIndex,
233 if (sym.sect != sectionIndex)
226 appendSymbolsInSection(const std::vector<Symbol> &inSymbols, uint32_t sectionIndex, SmallVector<const Symbol *, 64> &outSyms) argument

Completed in 237 milliseconds