Home
last modified time | relevance | path

Searched refs:sectionName (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp56 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 DMachONormalizedFileFromAtoms.cpp58 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 DAtoms.h93 StringRef sectionName, Alignment align) in MachODefinedCustomSectionAtom() argument
96 _sectionName(sectionName) {} in MachODefinedCustomSectionAtom()
H A DFile.h66 uint64_t contentSize, StringRef sectionName, in addDefinedAtomInCustomSection() argument
75 sectionName = sectionName.copy(allocator()); in addDefinedAtomInCustomSection()
84 sectionName, align); in addDefinedAtomInCustomSection()
H A DSectCreateFile.h54 StringRef sectionName() const { return _sectName; } in sectionName() function
H A DMachONormalizedFileBinaryUtils.h204 StringRef &sectionName,
H A DMachONormalizedFile.h118 StringRef sectionName; member
H A DMachONormalizedFileBinaryReader.cpp298 section.sectionName = getString16(sect->sectname); in readBinary()
341 section.sectionName = getString16(sect->sectname); in readBinary()
H A DMachONormalizedFileBinaryWriter.cpp560 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 DMachOLinkingContext.cpp823 if (seg.equals(entry.segmentName) && sect.equals(entry.sectionName)) { in sectionAligned()
H A DMachONormalizedFileYAML.cpp298 io.mapRequired("section", sect.sectionName); in mapping()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DChunks.cpp39 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 DChunks.h310 StringRef sectionName);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h141 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 DCGObjCGNU.cpp920 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 DHexagonAsmPrinter.cpp201 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 DMachOLinkingContext.h436 StringRef sectionName; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3443 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 DMachODump.cpp10324 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()