Home
last modified time | relevance | path

Searched defs:sectionKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp56 StringRef name, Kind sectionKind) in InputSectionBase()
92 StringRef name, Kind sectionKind) in InputSectionBase()
H A DInputSection.h113 constexpr SectionBase(Kind sectionKind, StringRef name, uint64_t flags, in SectionBase()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h76 Kind sectionKind; variable