Searched refs:functions_ (Results 1 – 3 of 3) sorted by relevance
532 if (IsLinkableMessagePresent(addend_node, module_->functions_)) { in MergeFunction()540 module_->functions_.emplace(function_linkage_name, std::move(function_ir)); in MergeFunction()571 for (auto &&function_ir : addend.functions_) { in MergeGraphs()
92 functions_.insert({function.GetLinkerSetKey(), std::move(function)}); in AddFunction()
823 return functions_; in GetFunctions()942 AbiElementMap<FunctionIR> functions_; variable