| /llvm-project-15.0.7/llvm/test/tools/llvm-tli-checker/ |
| H A D | ps4-tli-check.yaml | 78 Section: .text 83 Section: .text 87 Section: .text 91 Section: .text 95 Section: .text 99 Section: .text 103 Section: .text 107 Section: .text 111 Section: .text 115 Section: .text [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 46 if (!Section || Section->getKind().isText() || in isDwarfSection() 47 Section->getKind().isWriteable()) in isDwarfSection() 49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection() 50 Section == FI->getDwarfInfoSection() || in isDwarfSection() 52 Section == FI->getDwarfFrameSection() || in isDwarfSection() 53 Section == FI->getDwarfAddrSection() || in isDwarfSection() 54 Section == FI->getDwarfRangesSection() || in isDwarfSection() 56 Section == FI->getDwarfLocSection() || in isDwarfSection() 57 Section == FI->getDwarfStrSection() || in isDwarfSection() 58 Section == FI->getDwarfLineSection() || in isDwarfSection() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 25 Section::~Section() = default; 45 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping() argument 51 commonSectionMapping(IO, Section); in sectionMapping() 63 commonSectionMapping(IO, Section); in sectionMapping() 71 commonSectionMapping(IO, Section); in sectionMapping() 81 commonSectionMapping(IO, Section); in sectionMapping() 89 commonSectionMapping(IO, Section); in sectionMapping() 95 commonSectionMapping(IO, Section); in sectionMapping() 101 commonSectionMapping(IO, Section); in sectionMapping() 166 IO &IO, std::unique_ptr<WasmYAML::Section> &Section) { in mapping() argument [all …]
|
| H A D | WasmEmitter.cpp | 164 writeStringRef(Section.Name, OS); in writeSectionContent() 175 if (Section.Needed.size()) { in writeSectionContent() 187 writeStringRef(Section.Name, OS); in writeSectionContent() 193 if (Section.SymbolTable.size()) { in writeSectionContent() 231 if (Section.SegmentInfos.size()) { in writeSectionContent() 254 if (Section.Comdats.size()) { in writeSectionContent() 272 writeStringRef(Section.Name, OS); in writeSectionContent() 286 if (Section.GlobalNames.size()) { in writeSectionContent() 316 writeStringRef(Section.Name, OS); in writeSectionContent() 317 int Fields = int(!Section.Languages.empty()) + int(!Section.Tools.empty()) + in writeSectionContent() [all …]
|
| H A D | ELFYAML.cpp | 1311 static void commonSectionMapping(IO &IO, ELFYAML::Section &Section) { in commonSectionMapping() argument 1328 (!Section.ShOffset && !Section.ShSize && !Section.ShName && in commonSectionMapping() 1329 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in commonSectionMapping() 1339 commonSectionMapping(IO, Section); in sectionMapping() 1344 commonSectionMapping(IO, Section); in sectionMapping() 1350 if (Section.ContentBuf) { in sectionMapping() 1351 if (Section.Content) in sectionMapping() 1353 Section.Content = yaml::BinaryRef(*Section.ContentBuf); in sectionMapping() 1377 assert(!IO.outputting() || (!Section.NBucket && !Section.NChain)); in sectionMapping() 1524 if (auto *S = dyn_cast<ELFYAML::Section>(Section.get())) in mapping() [all …]
|
| H A D | ELFEmitter.cpp | 790 ELFYAML::Section *Sec = cast<ELFYAML::Section>(D.get()); in initSectionHeaders() 955 if (Sym.Section) in toELFSymbols() 1156 const ELFYAML::Section *S = cast<ELFYAML::Section>(C); in getPhdrFragments() 1255 if (Section.Info) in writeSectionContent() 1281 const bool IsDynamic = Section.Link && (*Section.Link == ".dynsym"); in writeSectionContent() 1443 if (!Section.Libs) in writeSectionContent() 1494 if (!Section.Bucket) in writeSectionContent() 1501 Section.NChain.value_or(llvm::yaml::Hex64(Section.Chain->size())), in writeSectionContent() 1517 if (Section.Info) in writeSectionContent() 1562 if (Section.Info) in writeSectionContent() [all …]
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASectionContrib.cpp | 19 : Session(PDBSession), Section(DiaSection) {} in DIASectionContrib() 23 if (FAILED(Section->get_compiland(&Symbol))) in getCompiland() 32 PrivateGetDIAValue(IDiaSectionContrib *Section, in PrivateGetDIAValue() argument 35 if (S_OK == (Section->*Method)(&Value)) in PrivateGetDIAValue() 54 return PrivateGetDIAValue(Section, in getRelativeVirtualAddress() 59 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_length); in getLength() 67 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_code); in hasCode() 79 return PrivateGetDIAValue(Section, in hasUninitializedData() 100 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_share); in isShared() 108 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_read); in isReadable() [all …]
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugSubsectionVisitor.cpp | 56 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() 62 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() 67 DebugSymbolsSubsectionRef Section; in visitDebugSubsection() local 68 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() 70 return V.visitSymbols(Section, State); in visitDebugSubsection() 73 DebugStringTableSubsectionRef Section; in visitDebugSubsection() local 74 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() 79 DebugFrameDataSubsectionRef Section; in visitDebugSubsection() local 80 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() 82 return V.visitFrameData(Section, State); in visitDebugSubsection() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.cpp | 16 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local 33 const SectionEntry &Section = Sections[RE.SectionID]; in evaluateRelocation() local 44 const SectionEntry &Section = Sections[RE.SectionID]; in applyRelocation() local 78 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in evaluateMIPS32Relocation() 82 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in evaluateMIPS32Relocation() 86 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in evaluateMIPS32Relocation() 90 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in evaluateMIPS32Relocation() 94 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in evaluateMIPS32Relocation() 269 Section, Offset, Value, Type, Addend, SymOffset, SectionID); in resolveMIPSN32Relocation() 307 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); in resolveMIPSO32Relocation() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 186 struct Section { struct 188 virtual ~Section(); 194 struct CustomSection : Section { argument 286 struct TypeSection : Section { 316 struct TableSection : Section { 336 struct TagSection : Section { 366 struct StartSection : Section { 376 struct ElemSection : Section { 386 struct CodeSection : Section { 396 struct DataSection : Section { [all …]
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/ |
| H A D | NativeSessionTest.cpp | 60 uint32_t Section; in TEST() local 63 EXPECT_EQ(1U, Section); in TEST() 67 EXPECT_EQ(0U, Section); in TEST() 70 ASSERT_TRUE(S->addressForVA(4, Section, Offset)); in TEST() 71 EXPECT_EQ(0U, Section); in TEST() 75 EXPECT_EQ(3U, Section); in TEST() 84 uint32_t Section; in TEST() local 87 EXPECT_EQ(1U, Section); in TEST() 91 EXPECT_EQ(0U, Section); in TEST() 95 EXPECT_EQ(0U, Section); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 476 ExportSection Section; in NormalizedTBD() local 524 llvm::sort(Section.Symbols); in NormalizedTBD() 525 llvm::sort(Section.Classes); in NormalizedTBD() 526 llvm::sort(Section.ClassEHs); in NormalizedTBD() 527 llvm::sort(Section.IVars); in NormalizedTBD() 529 llvm::sort(Section.TLVSymbols); in NormalizedTBD() 543 UndefinedSection Section; in NormalizedTBD() local 581 llvm::sort(Section.Symbols); in NormalizedTBD() 582 llvm::sort(Section.Classes); in NormalizedTBD() 583 llvm::sort(Section.ClassEHs); in NormalizedTBD() [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/ |
| H A D | kernel-i386.yaml | 30 Section: .bss 35 Section: .bss 41 Section: .bss 47 Section: .rodata 53 Section: .rodata 59 Section: .rodata 65 Section: .rodata 71 Section: .rodata 107 Section: .bss 119 Section: .bss [all …]
|
| H A D | kernel-amd64.yaml | 30 Section: .bss 36 Section: .bss 41 Section: .bss 47 Section: .rodata 53 Section: .rodata 59 Section: .rodata 65 Section: .rodata 71 Section: .rodata 107 Section: .bss 119 Section: .bss [all …]
|
| H A D | kernel-arm64.yaml | 28 Section: .bss 33 Section: .bss 39 Section: .rodata 45 Section: .rodata 51 Section: .rodata 57 Section: .rodata 63 Section: .rodata 69 Section: .rodata 99 Section: .bss 111 Section: .bss [all …]
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 338 if (Section.getName() == ".got") { in resolveX86_64Relocation() 1170 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1179 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch() 1204 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1337 Section, Offset, in processRelocationRef() 1346 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef() 1402 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef() 1497 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef() 1605 Section.getAddressWithOffset(Section.getStubOffset()), in processRelocationRef() 1960 Section.getSize()) { in processX86_64GOTTPOFFRelocation() [all …]
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 106 return cantFail(Section.getName()); in getName() 109 if (Section.getObject()->isELF() && in getContents() 145 : BC(BC), Name(Name), Section(Section.getSectionRef()), in BinarySection() 146 Contents(Section.getContents()), Address(Section.getAddress()), in BinarySection() 147 Size(Section.getSize()), Alignment(Section.getAlignment()), in BinarySection() 148 ELFType(Section.getELFType()), ELFFlags(Section.getELFFlags()), in BinarySection() 149 Relocations(Section.Relocations), in BinarySection() 153 : BC(BC), Name(getName(Section)), Section(Section), in BinarySection() 154 Contents(getContents(Section)), Address(Section.getAddress()), in BinarySection() 155 Size(Section.getSize()), Alignment(Section.getAlignment()), in BinarySection() [all …]
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | ConstantPools.cpp | 80 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() 89 return ConstantPools[Section]; in getOrCreateConstantPool() 95 Streamer.switchSection(Section); in emitConstantPool() 103 MCSection *Section = CPI.first; in emitAll() local 106 emitConstantPool(Streamer, Section, CP); in emitAll() 111 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() local 112 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() 113 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection() 117 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() local 118 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/ |
| H A D | elf-dwarf.yaml | 444 Section: .init 448 Section: .plt 456 Section: .text 484 Section: .jcr 492 Section: .got 504 Section: .bss 529 Section: .jcr 545 Section: .bss 572 Section: .jcr 640 Section: .bss [all …]
|
| /llvm-project-15.0.7/bolt/test/X86/Inputs/ |
| H A D | plt-got-sec.yaml | 575 Section: .init 579 Section: .plt 587 Section: .text 591 Section: .fini 619 Section: .got 627 Section: .data 635 Section: .bss 649 Section: .text 661 Section: .bss 770 Section: .bss [all …]
|
| H A D | plt-sec.yaml | 575 Section: .init 579 Section: .plt 587 Section: .text 591 Section: .fini 619 Section: .got 627 Section: .data 635 Section: .bss 649 Section: .text 661 Section: .bss 770 Section: .bss [all …]
|
| H A D | plt-sec-8-byte.yaml | 1021 Section: .hash 1053 Section: .init 1057 Section: .plt 1065 Section: .text 1069 Section: .fini 1097 Section: .got 1105 Section: .bss 1281 Section: .bss 1323 Section: .got 1378 Section: .bss [all …]
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 312 return (Section && Section->getName() == SectionName); in refersToReorderedSection() 1418 "__BOLT_PSEUDO_" + Section.getName().str(), Section, in disassemblePLT() 2317 << " (" << (Section ? Section->getName() : "") << ")" in readRelocations() 3182 if (Section) in emitAndLink() 3790 if (!Section || !Section->isAllocatable() || !Section->isFinalized()) in mapDataSections() 4237 addSection(getOutputSectionName(Obj, Section), Section); in getOutputSections() 4419 Section.sh_link = NewSectionIndex[Section.sh_link]; in patchELFSectionHeaderTable() 4422 Section.sh_info = NewSectionIndex[Section.sh_info]; in patchELFSectionHeaderTable() 4570 if (!Section) in updateELFSymbolTable() 5356 if (!Section.isFinalized() || !Section.getOutputData()) in rewriteFile() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | discard-locals.test | 37 Section: .text 40 Section: .text 42 Section: .LLVM.Custom.Section 47 Section: .text 53 Section: .text 73 # CHECK-NEXT: Section: .text 80 # CHECK-NEXT: Type: Section 82 # CHECK-NEXT: Section: .text 89 # CHECK-NEXT: Type: Section 91 # CHECK-NEXT: Section: .LLVM.Custom.Section [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | dynamic-symbols.yaml | 19 Section: .data 23 Section: .data 27 Section: .data 49 # NUM: Section: 53 # NUM: Section: 58 # NUM: Section: 75 Section: 1 77 Section: 2 114 Section: .sec1 116 Section: .sec2 [all …]
|