Searched refs:global_variables_ (Results 1 – 3 of 3) sorted by relevance
549 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()
100 global_variables_.insert( in AddGlobalVariable()
820 return global_variables_; in GetGlobalVariables()936 AbiElementMap<GlobalVarIR> global_variables_; variable