Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.h55 uint8_t sectionKind : 3; variable
95 SectionBase(Kind sectionKind, StringRef name, uint64_t flags, in SectionBase()
DInputSection.cpp63 StringRef name, Kind sectionKind) in InputSectionBase()
126 StringRef name, Kind sectionKind) in InputSectionBase()
/external/llvm-project/lld/wasm/
DInputChunks.h84 Kind sectionKind; variable