Windows 69 python_bindings/python/Target.cpp .value("Windows", Target::OS::Windows) Windows 599 src/CPlusPlusMangle.cpp if (target.os == Target::Windows && !target.has_feature(Target::MinGW)) { Windows 896 src/CPlusPlusMangle.cpp Target(Target::Windows, Target::X86, 32), Windows 897 src/CPlusPlusMangle.cpp Target(Target::Windows, Target::X86, 64) }; Windows 1014 src/CPlusPlusMangle.cpp MangleResult *expecteds = (target.os == Target::Windows) ? (target.bits == 64 ? all_mods_win64 : all_mods_win32) : all_mods_itanium; Windows 1030 src/CPlusPlusMangle.cpp MangleResult *expecteds = (target.os == Target::Windows) ? (target.bits == 64 ? two_void_stars_win64 : two_void_stars_win32) : two_void_stars_itanium; Windows 175 src/CodeGen_C.cpp if (target.os == Target::Windows) { Windows 57 src/Generator.cpp const bool is_windows_coff = target.os == Target::Windows && Windows 227 src/LLVM_Runtime_Linker.cpp } else if (target.os == Target::Windows && !target.has_feature(Target::JIT)) { Windows 229 src/LLVM_Runtime_Linker.cpp } else if (target.os == Target::Windows) { Windows 238 src/LLVM_Runtime_Linker.cpp } else if (target.os == Target::Windows && !target.has_feature(Target::JIT)) { Windows 240 src/LLVM_Runtime_Linker.cpp } else if (target.os == Target::Windows) { Windows 307 src/LLVM_Runtime_Linker.cpp } else if (target.os == Target::Windows) { Windows 665 src/LLVM_Runtime_Linker.cpp } else if (t.os == Target::Windows) { Windows 707 src/LLVM_Runtime_Linker.cpp if (t.os == Target::Windows) { Windows 818 src/LLVM_Runtime_Linker.cpp if (t.os == Target::Windows) { Windows 825 src/LLVM_Runtime_Linker.cpp if (t.os == Target::Windows) { Windows 884 src/LLVM_Runtime_Linker.cpp if (t.os == Target::Windows && Windows 890 src/LLVM_Runtime_Linker.cpp if (t.os == Target::Windows) { Windows 42 src/Module.cpp const char* ext = (target.os == Target::Windows && !target.has_feature(Target::MinGW)) ? ".obj" : ".o"; Windows 34 src/Pipeline.cpp if (target.os == Target::Windows && !target.has_feature(Target::MinGW)) { Windows 187 src/Pipeline.cpp const char* ext = target.os == Target::Windows && !target.has_feature(Target::MinGW) ? ".obj" : ".o"; Windows 261 src/Pipeline.cpp if (target.os == Target::Windows && !target.has_feature(Target::MinGW)) { Windows 60 src/Target.cpp os = Target::Windows; Windows 183 src/Target.cpp {"windows", Target::Windows}, Windows 38 test/correctness/cross_compilation.cpp if (target.os == Target::Windows && !target.has_feature(Target::MinGW)) { Windows 65 tutorial/lesson_11_cross_compilation.cpp target.os = Target::Windows;