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.cpp547 if (IsLinkableMessagePresent(addend_node, module_->global_variables_)) { in MergeGlobalVariable()
554 module_->global_variables_.emplace( in MergeGlobalVariable()
573 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.h787 return global_variables_; in GetGlobalVariables()
903 AbiElementMap<GlobalVarIR> global_variables_; variable