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