Home
last modified time | relevance | path

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

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