Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_reader.cpp549 if (IsLinkableMessagePresent(addend_node, module_->global_variables_)) { in MergeGlobalVariable()
556 module_->global_variables_.emplace( in MergeGlobalVariable()
575 for (auto &&global_var_ir : addend.module_->global_variables_) { in MergeGraphs()
Dir_representation.cpp100 global_variables_.insert( in AddGlobalVariable()
Dir_representation.h780 return global_variables_; in GetGlobalVariables()
888 AbiElementMap<GlobalVarIR> global_variables_; variable