Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp807 DenseSet<StringRef> insertNames; in processSectionCommands() local
809 insertNames.insert_range(ic.names); in processSectionCommands()
815 if (!insertNames.contains(os->name)) in processSectionCommands()