Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h273 llvm::SmallVector<llvm::StringRef, 0> filterList; member
H A DDriver.cpp446 if (!ctx.arg.shared && !ctx.arg.filterList.empty()) in checkOptions()
1423 ctx.arg.filterList = args::getStrings(args, OPT_filter); in readConfigs()
H A DSyntheticSections.cpp1379 for (StringRef s : ctx.arg.filterList) in computeContents()