Home
last modified time | relevance | path

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

/third_party/libabigail/include/
Dabg-fe-iface.h59 struct options_type struct
69 options_type(environment&); argument
80 const options_type&
83 options_type&
/third_party/libabigail/src/
Dabg-fe-iface.cc30 fe_iface::options_type options;
57 fe_iface::options_type::options_type(environment& e) in options_type() function in abigail::fe_iface::options_type
94 const fe_iface::options_type&
101 fe_iface::options_type&
Dabg-elf-reader.cc483 fe_iface::options_type opts = options(); in reset()
/third_party/node/tools/
Dtest.py1572 def get_env_type(vm, options_type, context): argument
1573 if options_type is not None:
1574 env_type = options_type
/third_party/libabigail/
DChangeLog528 (read_context::options_type): Remove. The data members of this
529 type got moved to struct fe_iface::options_type.
777 (read_context::options_type::env): Make this be a reference to
6392 (read_context::options_type::ignore_symbol_table): Likewise.
6393 (read_context::options_type): Adjust.
19282 * abg-dwarf-reader.cc (read_context::options_type): Define new
19293 read_context:options_type.