Home
last modified time | relevance | path

Searched refs:functions_ (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dir_reader.h68 MergeElements(&module_->functions_, std::move(addend.module_->functions_)); in Merge()
Dir_reader.cpp519 if (IsLinkableMessagePresent(addend_node, module_->functions_)) { in MergeFunction()
527 module_->functions_.emplace(function_linkage_name, std::move(function_ir)); in MergeFunction()
563 for (auto &&function_ir : addend.module_->functions_) { in MergeGraphs()
Dir_representation.cpp92 functions_.insert({function.GetLinkerSetKey(), std::move(function)}); in AddFunction()
Dir_representation.h783 return functions_; in GetFunctions()
891 AbiElementMap<FunctionIR> functions_; variable