Home
last modified time | relevance | path

Searched refs:srcFileInfo (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp42 srcFileInfo(memPoolAllocator.Adapter()), in MIRModule()
206 if (!srcFileInfo.empty()) { in DumpGlobals()
208 size_t size = srcFileInfo.size(); in DumpGlobals()
210 for (auto infoElem : srcFileInfo) { in DumpGlobals()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_module.h592 return srcFileInfo; in GetSrcFileInfo()
596 srcFileInfo.push_back(pair); in PushbackFileInfo()
847 MIRInfoVector srcFileInfo; // store info provided under srcFileInfo keyword member in maple::MIRModule

Completed in 3 milliseconds