Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlitecg.cpp80 void LiteCG::SetAotCodeCommentFile(const std::string &aotCodeCommentFile) in SetAotCodeCommentFile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h171 void SetAotCodeCommentFile(const std::string &aotCodeCommentFile) in SetAotCodeCommentFile()
Dfile_generators.cpp861 std::string aotCodeCommentFile = GenAotCodeCommentFileName(realPath); in CreateAOTCodeCommentFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h335 void SetEmitAotCodeCommentFile(const std::string &aotCodeCommentFile) in SetEmitAotCodeCommentFile()