Searched defs:addralign (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/
H A DOutputSections.cpp169 createMergeSynthetic(StringRef name, uint32_t type, uint64_t flags, uint32_t addralign) argument
[all...]
H A DInputSection.h74 uint32_t addralign; member in class:lld::elf::SectionBase
408 SyntheticSection(uint64_t flags, uint32_t type, uint32_t addralign, argument
95 SectionBase(Kind sectionKind, StringRef name, uint64_t flags, uint32_t entsize, uint32_t addralign, uint32_t type, uint32_t info, uint32_t link) argument
H A DInputSection.cpp51 InputSectionBase(InputFile *file, uint64_t flags, uint32_t type, uint64_t entsize, uint32_t link, uint32_t info, uint32_t addralign, ArrayRef<uint8_t> data, StringRef name, Kind sectionKind) argument
311 InputSection(InputFile *f, uint64_t flags, uint32_t type, uint32_t addralign, ArrayRef<uint8_t> data, StringRef name, Kind k) argument
[all...]

Completed in 180 milliseconds