| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | localization.m | 164 - (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 D | DWARF.cpp | 92 uint64_t sectionIndex) { in getDILineInfo() argument 96 {offset, sectionIndex}, nullptr, in getDILineInfo()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | OutputSections.cpp | 462 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 D | LinkerScript.cpp | 661 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 D | OutputSections.h | 45 uint32_t sectionIndex = UINT32_MAX; variable
|
| H A D | SyntheticSections.cpp | 1558 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 D | InputFiles.cpp | 288 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo() local 292 sectionIndex = curIndex; in getDILineInfo() 297 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
|
| H A D | Writer.cpp | 1527 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 D | InputSection.cpp | 327 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 D | DWARF.h | 30 uint64_t sectionIndex);
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Writer.h | 69 uint32_t sectionIndex = 0; variable
|
| H A D | PDB.cpp | 720 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 D | InputFiles.h | 213 uint32_t sectionIndex);
|
| H A D | MapFile.cpp | 276 writeHeader(os, sec->sectionIndex, address); in writeMapFile()
|
| H A D | InputFiles.cpp | 912 uint32_t sectionIndex) { in getDILineInfo() argument 919 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
|
| H A D | Writer.cpp | 1114 os->sectionIndex = idx; in assignOutputSectionIndices() 1158 sym.SectionNumber = os->sectionIndex; in createSymbol()
|
| H A D | Chunks.cpp | 102 add16(off, os->sectionIndex); in applySecIdx()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | OutputSections.h | 48 uint32_t sectionIndex = UINT32_MAX; variable
|
| H A D | InputFiles.cpp | 436 uint32_t sectionIndex = 0; in parse() local 463 customSectionsByIndex[sectionIndex] = customSections.back(); in parse() 465 sectionIndex++; in parse()
|
| H A D | SyntheticSections.cpp | 660 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 D | Writer.cpp | 387 sec->sectionIndex = outputSections.size(); in addSection()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Writer.cpp | 883 uint32_t sectionIndex = 0; in sortSegmentsAndSections() local 902 osec->index = ++sectionIndex; in sortSegmentsAndSections()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_dispatch.cpp | 2413 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()
|