| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileToAtoms.cpp | 57 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 D | MachONormalizedFileFromAtoms.cpp | 59 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 D | File.h | 65 uint64_t contentSize, StringRef sectionName, in addDefinedAtomInCustomSection() argument 74 sectionName = sectionName.copy(allocator()); in addDefinedAtomInCustomSection() 83 sectionName, align); in addDefinedAtomInCustomSection()
|
| H A D | Atoms.h | 94 StringRef sectionName, Alignment align) in MachODefinedCustomSectionAtom() argument 97 _sectionName(sectionName) {} in MachODefinedCustomSectionAtom()
|
| H A D | SectCreateFile.h | 55 StringRef sectionName() const { return _sectName; } in sectionName() function
|
| H A D | MachONormalizedFileBinaryUtils.h | 205 StringRef §ionName,
|
| H A D | MachONormalizedFile.h | 119 StringRef sectionName; member
|
| H A D | MachONormalizedFileBinaryReader.cpp | 299 section.sectionName = getString16(sect->sectname); in readBinary() 342 section.sectionName = getString16(sect->sectname); in readBinary()
|
| H A D | MachONormalizedFileBinaryWriter.cpp | 556 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 D | MachOLinkingContext.cpp | 819 if (seg.equals(entry.segmentName) && sect.equals(entry.sectionName)) { in sectionAligned()
|
| H A D | MachONormalizedFileYAML.cpp | 299 io.mapRequired("section", sect.sectionName); in mapping()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | MachO.h | 144 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 D | CGObjCGNU.cpp | 915 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 D | HexagonAsmPrinter.cpp | 209 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 D | ELFYAML.h | 375 static void mapping(IO &IO, ELFYAML::SectionName §ionName); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/ |
| H A D | MachOLinkingContext.h | 439 StringRef sectionName; member
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 861 IO &IO, ELFYAML::SectionName §ionName) { in mapping() argument 862 IO.mapRequired("Section", sectionName.Section); in mapping()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 3380 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 D | MachODump.cpp | 9904 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()
|