Home
last modified time | relevance | path

Searched defs:importFileName (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbin_mplt.h72 std::string importFileName; variable
Dbin_mpl_import.h180 std::string importFileName; variable
Dbin_mpl_export.h190 std::string importFileName; variable
Dmir_module.h243 void PushbackImportedMplt(const std::string &importFileName) in PushbackImportedMplt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp3198 std::string importFileName = lexer.GetName(); in ParseMIRForImport() local
3296 bool MIRParser::ParseMPLT(std::ifstream &mpltFile, const std::string &importFileName) in ParseMPLT()
3349 bool MIRParser::ParseMPLTStandalone(std::ifstream &mpltFile, const std::string &importFileName) in ParseMPLTStandalone()