reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
158 if (!isCompatible(file)) 162 if (auto *f = dyn_cast<BinaryFile>(file)) { 169 if (auto *f = dyn_cast<ArchiveFile>(file)) { 175 if (auto *f = dyn_cast<LazyObjFile>(file)) { 182 message(toString(file)); 185 if (auto *f = dyn_cast<SharedFile>(file)) { 191 if (auto *f = dyn_cast<BitcodeFile>(file)) { 198 objectFiles.push_back(file); 199 cast<ObjFile<ELFT>>(file)->parse();