| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | DWARF.cpp | 92 uint64_t sectionIndex) { in getDILineInfo() argument 96 {offset, sectionIndex}, nullptr, in getDILineInfo()
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | DWARF.h | 30 uint64_t sectionIndex);
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.cpp | 597 os->link = in.symTab->getParent()->sectionIndex; in finalizeShtGroup() 613 seen.insert(osec->sectionIndex); in finalizeShtGroup() 723 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize() 726 link = d->getParent()->sectionIndex; in finalize() 744 link = in.symTab->getParent()->sectionIndex; in finalize() 748 info = s->getOutputSection()->sectionIndex; in finalize()
|
| H A D | LinkerScript.cpp | 716 overwrite->osec.sectionIndex = i++; in processSectionCommands() 719 osec->sectionIndex = i++; in processSectionCommands() 727 if (osd->osec.partition == 1 && osd->osec.sectionIndex == UINT32_MAX) in processSectionCommands() 737 aether->sectionIndex = 1; in processSymbolAssignments() 894 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections() 1007 if (sec->sectionIndex == UINT32_MAX && hint) in findMemoryRegion() 1263 if (sec->sectionIndex != UINT32_MAX) in adjustOutputSections()
|
| H A D | OutputSections.h | 47 uint32_t sectionIndex = UINT32_MAX; variable
|
| H A D | SyntheticSections.cpp | 1575 getParent()->link = sec->sectionIndex; in finalizeContents() 1680 getParent()->link = symTab->getParent()->sectionIndex; in finalizeContents() 1686 getParent()->info = in.gotPlt->getParent()->sectionIndex; in finalizeContents() 2129 getParent()->link = sec->sectionIndex; in finalizeContents() 2237 return os->sectionIndex >= SHN_LORESERVE ? (uint32_t)SHN_XINDEX in getSymSectionIndex() 2238 : os->sectionIndex; in getSymSectionIndex() 2332 write32(buf, entry.sym->getOutputSection()->sectionIndex); in writeTo() 2351 getParent()->link = in.symTab->getParent()->sectionIndex; in finalizeContents() 2394 getParent()->link = sec->sectionIndex; in finalizeContents() 2506 getParent()->link = sec->sectionIndex; in finalizeContents() [all …]
|
| H A D | Writer.cpp | 1317 return osd->osec.sectionIndex == UINT32_MAX; in sortOrphanSections() 1363 return aOut->sectionIndex < bOut->sectionIndex; in compareByFilePosition() 1892 osec->sectionIndex = outputSections.size(); in finalizeSections() 1916 Out::elfHeader->sectionIndex = 1; in finalizeSections() 2733 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
|
| H A D | InputFiles.cpp | 504 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo() local 508 sectionIndex = curIndex; in getDILineInfo() 513 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
|
| H A D | InputSection.cpp | 387 if (osec && seen.insert(osec->sectionIndex).second) in copyShtGroup() 388 *to++ = osec->sectionIndex; in copyShtGroup()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.h | 74 uint32_t sectionIndex = 0; 68 uint32_t sectionIndex = 0; global() variable
|
| H A D | PDB.cpp | 722 sc.ISect = os ? os->sectionIndex : llvm::pdb::kInvalidStreamIndex; in createSectionContrib() 1145 pub.Segment = os->sectionIndex; in createPublic() 1476 cgs.Segment = os.sectionIndex; in addLinkerModuleCoffGroup() 1499 sym.SectionNumber = os.sectionIndex; in addLinkerModuleSectionSymbol() 1575 ts.Segment = thunkOS->sectionIndex; in addImportFilesToPDB()
|
| H A D | InputFiles.h | 216 uint32_t sectionIndex);
|
| H A D | MapFile.cpp | 280 writeHeader(os, sec->sectionIndex, address); in writeMapFile()
|
| H A D | InputFiles.cpp | 967 uint32_t sectionIndex) { in getDILineInfo() argument 974 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
|
| H A D | Chunks.cpp | 108 add16(off, os->sectionIndex); in applySecIdx()
|
| H A D | Writer.cpp | 1274 os->sectionIndex = idx; in assignOutputSectionIndices() 1322 sym.SectionNumber = os->sectionIndex; in createSymbol()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Writer.cpp | 954 uint32_t sectionIndex = 0; in sortSegmentsAndSections() local 973 osec->index = ++sectionIndex; in sortSegmentsAndSections()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | ARM.cpp | 1469 osec->sectionIndex = ++idx; in writeARMCmseImportLib() 1516 eHdr->e_shstrndx = shstrtab->getParent()->sectionIndex; in writeARMCmseImportLib()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_dispatch.cpp | 2577 kmp_int32 sectionIndex = 0; in __kmpc_next_section() local 2581 sectionIndex = test_then_inc<kmp_int32>((kmp_int32 *)&sh->u.s.iteration); in __kmpc_next_section() 2582 if (sectionIndex >= numberOfSections) { in __kmpc_next_section() 2629 return sectionIndex; in __kmpc_next_section()
|