Searched refs:abi_corpus (Results 1 – 3 of 3) sorted by relevance
10345 const corpus& abi_corpus) in lookup_basic_type_through_translation_units() argument10350 abi_corpus.get_translation_units().begin(); in lookup_basic_type_through_translation_units()10351 tu != abi_corpus.get_translation_units().end(); in lookup_basic_type_through_translation_units()10371 const corpus & abi_corpus) in lookup_union_type_through_translation_units() argument10376 abi_corpus.get_translation_units().begin(); in lookup_union_type_through_translation_units()10377 tu != abi_corpus.get_translation_units().end(); in lookup_union_type_through_translation_units()10397 const corpus & abi_corpus) in lookup_enum_type_through_translation_units() argument10402 abi_corpus.get_translation_units().begin(); in lookup_enum_type_through_translation_units()10403 tu != abi_corpus.get_translation_units().end(); in lookup_enum_type_through_translation_units()10421 const corpus & abi_corpus) in lookup_typedef_type_through_translation_units() argument[all …]
14753 if (corpus *abi_corpus = scope->get_corpus()) in build_ir_node_from_die() local14754 abi_corpus->record_type_as_reachable_from_public_interfaces(*t); in build_ir_node_from_die()15274 if (corpus *abi_corpus = scope->get_corpus()) in build_ir_node_from_die() local15275 abi_corpus->record_type_as_reachable_from_public_interfaces(*t); in build_ir_node_from_die()
34200 Rename abi_corpus to corpus34201 * include/abg-corpus.h (abi_corpus): Change to corpus.35465 * abg-corpus.h (abi_corpus::{get_decls, get_loc_mgr}): Remove.35466 (abi_corpus::add): New function to add a translation unit.35467 (abi_corpus::get_translation_units): New declaration.35468 * abg-corpus.cc (abi_corpus::*): Remove all the definitions of35469 abi_corpus for now, as the abi_corpus type is not used anymore --35484 * src/abg-reader.h (read_file): Don't use abi_corpus in the api.35497 Don't use abi_corpus anymore. Rather, the translation unit a decl35500 this API, rather than abi_corpus.[all …]