Home
last modified time | relevance | path

Searched defs:BssSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h58 class BssSection; variable
H A DSyntheticSections.cpp392 BssSection::BssSection(Ctx &ctx, StringRef name, uint64_t size, in BssSection() function in BssSection