Searched refs:LocalImportChunks (Results 1 – 3 of 3) sorted by relevance
105 std::vector<Chunk *> LocalImportChunks; variable
238 LocalImportChunks.push_back(cast<DefinedLocalImport>(Sym)->getChunk()); in reportRemainingUndefines()
807 if (!Symtab->LocalImportChunks.empty()) { in createMiscChunks()808 for (Chunk *C : Symtab->LocalImportChunks) in createMiscChunks()