reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
35 log("Reading " + toString(file)); 36 file->parse(); 38 MachineTypes mt = file->getMachineType(); 42 error(toString(file) + ": machine type " + machineToStr(mt) + 47 if (auto *f = dyn_cast<ObjFile>(file)) { 49 } else if (auto *f = dyn_cast<BitcodeFile>(file)) { 51 } else if (auto *f = dyn_cast<ImportFile>(file)) { 55 driver->parseDirectives(file);