Searched refs:exclude_symbols (Results 1 – 2 of 2) sorted by relevance
60 vector<string> exclude_symbols; variable83 popt::option(exclude_symbols, "exclude-symbols", 'e',218 if (!exclude_symbols.empty() || !include_symbols.empty()) { in check_options()304 if (!exclude_symbols.empty()) in handle_options()305 xml_utils::add_option(EXCLUDE_SYMBOLS, exclude_symbols); in handle_options()316 symbol_filter = string_filter(include_symbols, exclude_symbols); in handle_options()
49 string exclude_symbols; variable71 popt::option(exclude_symbols, "exclude-symbols", 'e',120 options::symbol_filter = string_filter(include_symbols, exclude_symbols); in handle_options()