Home
last modified time | relevance | path

Searched refs:SetAotCodeCommentFile (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlitecg.h66 void SetAotCodeCommentFile(const std::string &aotCodeCommentFile);
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp316 assembler_->SetAotCodeCommentFile(filename); in RunAssembler()
318 assembler_->SetAotCodeCommentFile(""); in RunAssembler()
835 SetAotCodeCommentFile(aotCodeCommentFilePath); in GenAotCodeCommentFileName()
837 SetAotCodeCommentFile(""); in GenAotCodeCommentFileName()
869 SetAotCodeCommentFile(""); in CreateAOTCodeCommentFile()
877 SetAotCodeCommentFile(""); in CreateAOTCodeCommentFile()
884 SetAotCodeCommentFile(""); in CreateAOTCodeCommentFile()
891 SetAotCodeCommentFile(""); in CreateAOTCodeCommentFile()
Dcode_generator.h171 void SetAotCodeCommentFile(const std::string &aotCodeCommentFile) in SetAotCodeCommentFile() function
Dfile_generators.h243 void SetAotCodeCommentFile(const std::string &filename) in SetAotCodeCommentFile() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlitecg.cpp80 void LiteCG::SetAotCodeCommentFile(const std::string &aotCodeCommentFile) in SetAotCodeCommentFile() function in maple::litecg::LiteCG
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp106 liteCG.SetAotCodeCommentFile(GetAotCodeCommentFile()); in Run()