Home
last modified time | relevance | path

Searched refs:createCommentSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1458 MergeInputSection *createCommentSection(Ctx &);
H A DDriver.cpp3422 ctx.inputSections.push_back(createCommentSection(ctx)); in link()
H A DSyntheticSections.cpp87 MergeInputSection *elf::createCommentSection(Ctx &ctx) { in createCommentSection() function in elf