Searched refs:localImportChunks (Results 1 – 4 of 4) sorted by relevance
116 std::vector<Chunk *> localImportChunks; variable
264 ctx.symtab.localImportChunks.push_back(wrapimp->getChunk()); in wrapSymbols()
497 localImportChunks.push_back(cast<DefinedLocalImport>(sym)->getChunk()); in resolveRemainingUndefines()
1017 if (!ctx.symtab.localImportChunks.empty()) { in createMiscChunks()1018 for (Chunk *c : ctx.symtab.localImportChunks) in createMiscChunks()