Searched refs:sectionKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | OutputSection.h | 43 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} in OutputSection() 45 Kind kind() const { return sectionKind; } in kind() 98 Kind sectionKind;
|
| H A D | InputSection.h | 38 Kind kind() const { return sectionKind; } in kind() 69 : sectionKind(kind), keepUnique(false), hasAltEntry(false), align(align), in InputSection() 73 : sectionKind(rhs.sectionKind), keepUnique(false), hasAltEntry(false), in InputSection() 76 Kind sectionKind; variable
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.h | 72 Kind kind() const { return sectionKind; } in kind() 94 Kind sectionKind; variable 117 constexpr SectionBase(Kind sectionKind, InputFile *file, StringRef name, in SectionBase() argument 122 sectionKind(sectionKind) {} in SectionBase() 158 StringRef name, Kind sectionKind); 163 Kind sectionKind);
|
| H A D | InputSection.cpp | 58 Kind sectionKind) in InputSectionBase() argument 59 : SectionBase(sectionKind, file, name, type, flags, link, info, addralign, in InputSectionBase() 66 if (sectionKind == SectionBase::Merge && content().size() > UINT32_MAX) in InputSectionBase() 99 StringRef name, Kind sectionKind) in InputSectionBase() argument 103 getSectionContents(file, hdr), sectionKind) { in InputSectionBase()
|