Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h1212 MergeInputSection *createCommentSection();
H A DDriver.cpp2735 inputSections.push_back(createCommentSection()); in link()
H A DSyntheticSections.cpp86 MergeInputSection *elf::createCommentSection() { in createCommentSection() function in elf