Home
last modified time | relevance | path

Searched defs:func_main (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp462 Function *func_main; in GetStGlobalInstByLdGlobalInst() local
999 const Function *func_main = merge_def_func_pair.second[0].get(); in ExtractMergedClassAndFunctionExportList() local
1010 void AbcFile::AddExportListForMerge(const Function *func_main, const Inst &inst) in AddExportListForMerge()
1049 const Function *func_main = def_func_list_[0].get(); in ExtractSingleClassAndFunctionExportList() local
1061 void AbcFile::AddExportListForSingle(const Function *func_main, const Inst &inst) in AddExportListForSingle()
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp713 auto func_main = abc_file->GetFunctionByName("func_main_0"); variable