Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp57 StringRef sectionName; member
116 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.cpp59 StringRef sectionName; member
81 : segmentName(sg), sectionName(sct), type(t), attributes(attrs), in SectionInfo()
86 if (ctxt.sectionAligned(segmentName, sectionName, align)) { in SectionInfo()
231 StringRef sectionName; in getRelocatableSection() local
237 relocatableSectionInfoForContentType(type, segmentName, sectionName, in getRelocatableSection()
243 if (sect.second->sectionName.equals(sectionName) && in getRelocatableSection()
262 StringRef sectionName; member
328 if (sect.second->sectionName.equals(p.sectionName) && in getFinalSection()
497 return llvm::StringSwitch<unsigned>(sect->sectionName) in weight()
618 << ", section-name='" << si->sectionName in assignAddressesToSections()
[all …]
H A DFile.h65 uint64_t contentSize, StringRef sectionName, in addDefinedAtomInCustomSection() argument
74 sectionName = sectionName.copy(allocator()); in addDefinedAtomInCustomSection()
83 sectionName, align); in addDefinedAtomInCustomSection()
H A DAtoms.h94 StringRef sectionName, Alignment align) in MachODefinedCustomSectionAtom() argument
97 _sectionName(sectionName) {} in MachODefinedCustomSectionAtom()
H A DSectCreateFile.h55 StringRef sectionName() const { return _sectName; } in sectionName() function
H A DMachONormalizedFileBinaryUtils.h205 StringRef &sectionName,
H A DMachONormalizedFile.h119 StringRef sectionName; member
H A DMachONormalizedFileBinaryReader.cpp299 section.sectionName = getString16(sect->sectname); in readBinary()
342 section.sectionName = getString16(sect->sectname); in readBinary()
H A DMachONormalizedFileBinaryWriter.cpp556 llvm::dbgs() << " section=" << s->sectionName in buildFileOffsets()
643 setString16(sin.sectionName, sout->sectname); in writeSingleSegmentLoadCommand()
710 setString16(section->sectionName, sect->sectname); in writeSegmentLoadCommands()
H A DMachOLinkingContext.cpp819 if (seg.equals(entry.segmentName) && sect.equals(entry.sectionName)) { in sectionAligned()
H A DMachONormalizedFileYAML.cpp299 io.mapRequired("section", sect.sectionName); in mapping()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h144 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset);
179 StringRef sectionName() const;
230 StringRef sectionName() const;
457 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp915 std::string sectionName() { in sectionName() function in __anon0fc3211f0111::CGObjCGNUstep2
1364 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef()
1426 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector()
1533 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction()
1559 sectionName<SelectorSection>()); in ModuleInitFunction()
1563 sectionName<CategorySection>()); in ModuleInitFunction()
1566 sectionName<ClassSection>()); in ModuleInitFunction()
1568 sectionName<ClassReferenceSection>()); in ModuleInitFunction()
1576 sectionName<ProtocolReferenceSection>()); in ModuleInitFunction()
1579 sectionName<ClassAliasSection>()); in ModuleInitFunction()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp209 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local
212 sectionName, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in smallData()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h375 static void mapping(IO &IO, ELFYAML::SectionName &sectionName); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h439 StringRef sectionName; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp861 IO &IO, ELFYAML::SectionName &sectionName) { in mapping() argument
862 IO.mapRequired("Section", sectionName.Section); in mapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp3380 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry
3947 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry
4072 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() function in BindRebaseSegInfo
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp9904 StringRef SectionName = Entry.sectionName(); in printMachORebaseTable()
9948 StringRef SectionName = Entry.sectionName(); in printMachOBindTable()
9978 StringRef SectionName = Entry.sectionName(); in printMachOLazyBindTable()
10009 StringRef SectionName = Entry.sectionName(); in printMachOWeakBindTable()