Searched refs:localImportChunks (Results 1 – 4 of 4) sorted by relevance
110 std::vector<Chunk *> localImportChunks; variable
250 symtab->localImportChunks.push_back(wrapimp->getChunk()); in wrapSymbols()
452 localImportChunks.push_back(cast<DefinedLocalImport>(sym)->getChunk()); in resolveRemainingUndefines()
958 if (!symtab->localImportChunks.empty()) { in createMiscChunks()959 for (Chunk *c : symtab->localImportChunks) in createMiscChunks()