Searched refs:entryRecord (Results 1 – 2 of 2) sorted by relevance
60 panda::pandasm::Record *entryRecord = new panda::pandasm::Record(recordName, langExt); in CompileNpmModuleEntryList() local61 entryRecord->field_list.emplace_back(std::move(entryNameField)); in CompileNpmModuleEntryList()62 prog->record_table.emplace(recordName, std::move(*entryRecord)); in CompileNpmModuleEntryList()
1658 panda::pandasm::Record entryRecord = panda::pandasm::Record(recordName, langExt); in CompileNpmEntries() local1659 entryRecord.field_list.emplace_back(std::move(entryNameField)); in CompileNpmEntries()1660 prog.record_table.emplace(recordName, std::move(entryRecord)); in CompileNpmEntries()