Home
last modified time | relevance | path

Searched refs:def_func_map_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dabc_file.h131 std::unordered_map<std::string, Function *> def_func_map_; variable
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp1047 ASSERT(def_func_map_.find(func_name) == def_func_map_.end()); in AddDefinedFunction()
1048 def_func_map_[func_name] = def_func.get(); in AddDefinedFunction()
1064 auto iter = def_func_map_.find(std::string(func_name)); in GetFunctionByNameImpl()
1065 if (iter != def_func_map_.end()) { in GetFunctionByNameImpl()