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