| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileToAtoms.cpp | 56 StringRef sectionName; member 115 if (!p->sectionName.equals(section.sectionName) && !p->sectionName.empty()) in atomTypeFromSection() 949 if (s.sectionName == "__debug_info") in parseDebugInfo() 951 else if (s.sectionName == "__debug_abbrev") in parseDebugInfo() 953 else if (s.sectionName == "__debug_str") in parseDebugInfo() 1327 section.sectionName == "__eh_frame") { in addEHFrameReferences() 1371 sect.sectionName + in parseObjCImageInfo() 1379 sect.sectionName + in parseObjCImageInfo() 1387 sect.sectionName + in parseObjCImageInfo() 1603 if (p->segmentName.empty() || p->sectionName.empty()) in relocatableSectionInfoForContentType() [all …]
|
| H A D | MachONormalizedFileFromAtoms.cpp | 58 StringRef sectionName; member 80 : segmentName(sg), sectionName(sct), type(t), attributes(attrs), in SectionInfo() 85 if (ctxt.sectionAligned(segmentName, sectionName, align)) { in SectionInfo() 230 StringRef sectionName; in getRelocatableSection() local 236 relocatableSectionInfoForContentType(type, segmentName, sectionName, in getRelocatableSection() 242 if (sect.second->sectionName.equals(sectionName) && in getRelocatableSection() 261 StringRef sectionName; member 327 if (sect.second->sectionName.equals(p.sectionName) && in getFinalSection() 496 return llvm::StringSwitch<unsigned>(sect->sectionName) in weight() 618 << ", section-name='" << si->sectionName in assignAddressesToSections() [all …]
|
| H A D | Atoms.h | 93 StringRef sectionName, Alignment align) in MachODefinedCustomSectionAtom() argument 96 _sectionName(sectionName) {} in MachODefinedCustomSectionAtom()
|
| H A D | File.h | 66 uint64_t contentSize, StringRef sectionName, in addDefinedAtomInCustomSection() argument 75 sectionName = sectionName.copy(allocator()); in addDefinedAtomInCustomSection() 84 sectionName, align); in addDefinedAtomInCustomSection()
|
| H A D | SectCreateFile.h | 54 StringRef sectionName() const { return _sectName; } in sectionName() function
|
| H A D | MachONormalizedFileBinaryUtils.h | 204 StringRef §ionName,
|
| H A D | MachONormalizedFile.h | 118 StringRef sectionName; member
|
| H A D | MachONormalizedFileBinaryReader.cpp | 298 section.sectionName = getString16(sect->sectname); in readBinary() 341 section.sectionName = getString16(sect->sectname); in readBinary()
|
| H A D | MachONormalizedFileBinaryWriter.cpp | 560 llvm::dbgs() << " section=" << s->sectionName in buildFileOffsets() 649 setString16(sin.sectionName, sout->sectname); in writeSingleSegmentLoadCommand() 716 setString16(section->sectionName, sect->sectname); in writeSegmentLoadCommands()
|
| H A D | MachOLinkingContext.cpp | 823 if (seg.equals(entry.segmentName) && sect.equals(entry.sectionName)) { in sectionAligned()
|
| H A D | MachONormalizedFileYAML.cpp | 298 io.mapRequired("section", sect.sectionName); in mapping()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.cpp | 39 StringRef sectionName; in SectionChunk() local 42 sectionName = *e; in SectionChunk() 44 sectionNameData = sectionName.data(); in SectionChunk() 45 sectionNameSize = sectionName.size(); in SectionChunk() 657 StringRef sectionName) { in consumeDebugMagic() argument 663 fatal("the section is too short: " + sectionName); in consumeDebugMagic() 665 if (!sectionName.startswith(".debug$")) in consumeDebugMagic() 666 fatal("invalid section: " + sectionName); in consumeDebugMagic() 669 uint32_t expectedMagic = sectionName == ".debug$H" in consumeDebugMagic() 673 warn("ignoring section " + sectionName + " with unrecognized magic 0x" + in consumeDebugMagic()
|
| H A D | Chunks.h | 310 StringRef sectionName);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 141 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset); 176 StringRef sectionName() const; 227 StringRef sectionName() const; 451 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 920 std::string sectionName() { in sectionName() function in __anon90b381c40111::CGObjCGNUstep2 1421 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef() 1483 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector() 1591 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction() 1617 sectionName<SelectorSection>()); in ModuleInitFunction() 1621 sectionName<CategorySection>()); in ModuleInitFunction() 1624 sectionName<ClassSection>()); in ModuleInitFunction() 1626 sectionName<ClassReferenceSection>()); in ModuleInitFunction() 1634 sectionName<ProtocolReferenceSection>()); in ModuleInitFunction() 1637 sectionName<ClassAliasSection>()); in ModuleInitFunction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonAsmPrinter.cpp | 201 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local 204 sectionName, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in smallData()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/ |
| H A D | MachOLinkingContext.h | 436 StringRef sectionName; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 3443 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry 3995 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry 4111 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() function in BindRebaseSegInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 10324 StringRef SectionName = Entry.sectionName(); in printMachORebaseTable() 10368 StringRef SectionName = Entry.sectionName(); in printMachOBindTable() 10398 StringRef SectionName = Entry.sectionName(); in printMachOLazyBindTable() 10429 StringRef SectionName = Entry.sectionName(); in printMachOWeakBindTable()
|