Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1287 MergeInputSection *createCommentSection();
H A DDriver.cpp2980 ctx.inputSections.push_back(createCommentSection()); in link()
H A DSyntheticSections.cpp86 MergeInputSection *elf::createCommentSection() { in createCommentSection() function in elf