Home
last modified time | relevance | path

Searched refs:sectionIndex (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dlocalization.m164 - (NSString *)test6:(int)sectionIndex {
166 if (sectionIndex == 1)
182 // - (NSString *)testNotAccountedFor:(int)sectionIndex {
183 // if (sectionIndex == 1)
186 // } else if (sectionIndex == 2) {
188 // } else if (sectionIndex == 3) {
/llvm-project-15.0.7/lld/Common/
H A DDWARF.cpp92 uint64_t sectionIndex) { in getDILineInfo() argument
96 {offset, sectionIndex}, nullptr, in getDILineInfo()
/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp462 os->link = in.symTab->getParent()->sectionIndex; in finalizeShtGroup()
478 seen.insert(osec->sectionIndex); in finalizeShtGroup()
491 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize()
494 link = d->getParent()->sectionIndex; in finalize()
512 link = in.symTab->getParent()->sectionIndex; in finalize()
516 info = s->getOutputSection()->sectionIndex; in finalize()
H A DLinkerScript.cpp661 overwrite->osec.sectionIndex = i++; in processSectionCommands()
664 osec->sectionIndex = i++; in processSectionCommands()
672 if (osd->osec.partition == 1 && osd->osec.sectionIndex == UINT32_MAX) in processSectionCommands()
682 aether->sectionIndex = 1; in processSymbolAssignments()
840 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections()
927 if (sec->sectionIndex == UINT32_MAX && hint) in findMemoryRegion()
1174 if (sec->sectionIndex != UINT32_MAX) in adjustOutputSections()
H A DOutputSections.h45 uint32_t sectionIndex = UINT32_MAX; variable
H A DSyntheticSections.cpp1558 getParent()->link = sec->sectionIndex; in finalizeContents()
1677 getParent()->link = symTab->getParent()->sectionIndex; in finalizeContents()
1683 getParent()->info = in.gotPlt->getParent()->sectionIndex; in finalizeContents()
1687 getParent()->info = in.igotPlt->getParent()->sectionIndex; in finalizeContents()
2108 getParent()->link = sec->sectionIndex; in finalizeContents()
2217 : os->sectionIndex; in getSymSectionIndex()
2339 getParent()->link = in.symTab->getParent()->sectionIndex; in finalizeContents()
2382 getParent()->link = sec->sectionIndex; in finalizeContents()
2501 getParent()->link = sec->sectionIndex; in finalizeContents()
3084 getParent()->link = sec->sectionIndex; in finalizeContents()
[all …]
H A DInputFiles.cpp288 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo() local
292 sectionIndex = curIndex; in getDILineInfo()
297 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
H A DWriter.cpp1527 return osd->osec.sectionIndex == UINT32_MAX; in sortSections()
2033 osec->sectionIndex = outputSections.size(); in finalizeSections()
2056 Out::elfHeader->sectionIndex = 1; in finalizeSections()
2821 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
H A DInputSection.cpp327 if (osec && seen.insert(osec->sectionIndex).second) in copyShtGroup()
328 *to++ = osec->sectionIndex; in copyShtGroup()
/llvm-project-15.0.7/lld/include/lld/Common/
H A DDWARF.h30 uint64_t sectionIndex);
/llvm-project-15.0.7/lld/COFF/
H A DWriter.h69 uint32_t sectionIndex = 0; variable
H A DPDB.cpp720 sc.ISect = os ? os->sectionIndex : llvm::pdb::kInvalidStreamIndex; in createSectionContrib()
1131 pub.Segment = os->sectionIndex; in createPublic()
1447 cgs.Segment = os.sectionIndex; in addLinkerModuleCoffGroup()
1470 sym.SectionNumber = os.sectionIndex; in addLinkerModuleSectionSymbol()
1544 ts.Segment = thunkOS->sectionIndex; in addImportFilesToPDB()
H A DInputFiles.h213 uint32_t sectionIndex);
H A DMapFile.cpp276 writeHeader(os, sec->sectionIndex, address); in writeMapFile()
H A DInputFiles.cpp912 uint32_t sectionIndex) { in getDILineInfo() argument
919 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
H A DWriter.cpp1114 os->sectionIndex = idx; in assignOutputSectionIndices()
1158 sym.SectionNumber = os->sectionIndex; in createSymbol()
H A DChunks.cpp102 add16(off, os->sectionIndex); in applySecIdx()
/llvm-project-15.0.7/lld/wasm/
H A DOutputSections.h48 uint32_t sectionIndex = UINT32_MAX; variable
H A DInputFiles.cpp436 uint32_t sectionIndex = 0; in parse() local
463 customSectionsByIndex[sectionIndex] = customSections.back(); in parse()
465 sectionIndex++; in parse()
H A DSyntheticSections.cpp660 writeUleb128(sub.os, s->section->sectionIndex, "sym section index"); in writeBody()
885 assert(sec->sectionIndex != UINT32_MAX); in writeBody()
886 writeUleb128(bodyOutputStream, sec->sectionIndex, "reloc section"); in writeBody()
H A DWriter.cpp387 sec->sectionIndex = outputSections.size(); in addSection()
/llvm-project-15.0.7/lld/MachO/
H A DWriter.cpp883 uint32_t sectionIndex = 0; in sortSegmentsAndSections() local
902 osec->index = ++sectionIndex; in sortSegmentsAndSections()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_dispatch.cpp2413 kmp_int32 sectionIndex = 0; in __kmpc_next_section() local
2417 sectionIndex = test_then_inc<kmp_int32>((kmp_int32 *)&sh->u.s.iteration); in __kmpc_next_section()
2418 if (sectionIndex >= numberOfSections) { in __kmpc_next_section()
2466 return sectionIndex; in __kmpc_next_section()