Searched refs:sectionKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/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() 88 Kind sectionKind;
|
| H A D | InputSection.h | 37 Kind kind() const { return shared->sectionKind; } in kind() 75 Kind sectionKind; member 79 sectionKind(kind) {} in Shared()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.h | 44 Kind kind() const { return (Kind)sectionKind; } in kind() 55 uint8_t sectionKind : 3; variable 95 SectionBase(Kind sectionKind, StringRef name, uint64_t flags, in SectionBase() argument 98 : name(name), repl(this), sectionKind(sectionKind), bss(false), in SectionBase() 108 StringRef name, Kind sectionKind); 113 Kind sectionKind);
|
| H A D | InputSection.cpp | 63 StringRef name, Kind sectionKind) in InputSectionBase() argument 64 : SectionBase(sectionKind, name, flags, entsize, alignment, type, info, in InputSectionBase() 70 if (sectionKind == SectionBase::Merge && rawData.size() > UINT32_MAX) in InputSectionBase() 141 StringRef name, Kind sectionKind) in InputSectionBase() argument 145 getSectionContents(file, hdr), name, sectionKind) { in InputSectionBase()
|