Searched refs:segmentName (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp55 StringRef segmentName; member in struct:lld::mach_o::__anon1150::MachORelocatableSectionToAtomType
113 if (!p->segmentName.equals(section.segmentName) && !p->segmentName.empty())
117 customSectionName = p->segmentName.empty() && p->sectionName.empty();
259 std::string segSectName = section.segmentName.str()
399 + section.segmentName
447 + section.segmentName
468 + section.segmentName
477 std::string segSectName = section.segmentName
1590 relocatableSectionInfoForContentType(DefinedAtom::ContentType atomType, StringRef &segmentName, StringRef &sectionName, SectionType &sectionType, SectionAttr &sectionAttrs, bool &relocsToDefinedCanBeImplicit) argument
[all...]
H A DSectCreateFile.h53 StringRef segmentName() const { return _segName; } function in class:lld::mach_o::SectCreateFile::SectCreateAtom
H A DMachONormalizedFileFromAtoms.cpp57 StringRef segmentName; member in struct:__anon1147::SectionInfo
80 : segmentName(sg), sectionName(sct), type(t), attributes(attrs),
85 if (ctxt.sectionAligned(segmentName, sectionName, align)) {
229 StringRef segmentName; local
236 relocatableSectionInfoForContentType(type, segmentName, sectionName,
243 sect.second->segmentName.equals(segmentName)) {
249 SectionInfo(segmentName, sectionName, sectionType, _ctx, sectionAttrs,
260 StringRef segmentName; member in struct:__anon1147::MachOFinalSectionFromAtomType
328 sect.second->segmentName
[all...]
H A DMachONormalizedFile.h117 StringRef segmentName; member in struct:lld::mach_o::normalized::Section
H A DMachONormalizedFileBinaryUtils.h203 StringRef &segmentName,
H A DMachONormalizedFileBinaryReader.cpp297 section.segmentName = getString16(sect->segname);
340 section.segmentName = getString16(sect->segname);
H A DMachONormalizedFileBinaryWriter.cpp521 if (sg.name.equals(s.segmentName)) {
650 setString16(sin.segmentName, sout->segname);
717 setString16(section->segmentName, sect->segname);
H A DMachONormalizedFileYAML.cpp297 io.mapRequired("segment", sect.segmentName);
H A DMachOLinkingContext.cpp817 if (seg.equals(entry.segmentName) && sect.equals(entry.sectionName)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h129 // checked entries are to be used with the segmentName(), sectionName() and
140 StringRef segmentName(int32_t SegIndex);
175 StringRef segmentName() const;
226 StringRef segmentName() const;
444 return BindRebaseSectionTable->segmentName(SegIndex);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h437 StringRef segmentName; member in struct:lld::MachOLinkingContext::SectionAlign
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3409 StringRef MachORebaseEntry::segmentName() const { function in class:MachORebaseEntry
3972 StringRef MachOBindEntry::segmentName() const { function in class:MachOBindEntry
4068 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { function in class:BindRebaseSegInfo
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10315 StringRef SegmentName = Entry.segmentName();
10359 StringRef SegmentName = Entry.segmentName();
10389 StringRef SegmentName = Entry.segmentName();
10420 StringRef SegmentName = Entry.segmentName();

Completed in 223 milliseconds