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.h66 std::string importFileName; variable
Dbin_mpl_import.h163 std::string importFileName; variable
Dbin_mpl_export.h185 std::string importFileName; variable
Dmir_module.h242 void PushbackImportedMplt(const std::string &importFileName) in PushbackImportedMplt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp1359 bool MIRParser::ParseMPLT(std::ifstream &mpltFile, const std::string &importFileName) in ParseMPLT()