Home
last modified time | relevance | path

Searched defs:abc_file (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dfunction.h34 const AbcFile *abc_file) in Function()
Dclass.h37 Class(std::string_view class_name, const AbcFile *abc_file, const Function *def_func) in Class()
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp117 auto &abc_file = ds_test.GetAbcFileInstance(); in main() local
202 auto &abc_file = ds_test.GetAbcFileInstance(); in main() local
306 auto &abc_file = ds_test.GetAbcFileInstance(); in main() local
438 auto &abc_file = ds_test.GetAbcFileInstance(); in main() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp59 …std::unique_ptr<AbcFile> abc_file(new (std::nothrow) AbcFile(abc_filename, std::move(panda_file))); in Open() local