reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
263 W.printEnum("Language", uint8_t(Compile3.getLanguage()), getSourceLanguageNames()); 264 W.printFlags("Flags", uint32_t(Compile3.getFlags()), 266 W.printEnum("Machine", unsigned(Compile3.Machine), getCPUTypeNames()); 267 CompilationCPUType = Compile3.Machine; 271 Out << Compile3.VersionFrontendMajor << '.' << Compile3.VersionFrontendMinor 271 Out << Compile3.VersionFrontendMajor << '.' << Compile3.VersionFrontendMinor 272 << '.' << Compile3.VersionFrontendBuild << '.' 273 << Compile3.VersionFrontendQFE; 278 Out << Compile3.VersionBackendMajor << '.' << Compile3.VersionBackendMinor 278 Out << Compile3.VersionBackendMajor << '.' << Compile3.VersionBackendMinor 279 << '.' << Compile3.VersionBackendBuild << '.' 280 << Compile3.VersionBackendQFE; 284 W.printString("VersionName", Compile3.Version);