IOS                72 python_bindings/python/Target.cpp         .value("IOS", Target::OS::IOS)
IOS               982 src/CodeGen_ARM.cpp         if (target.os == Target::IOS) {
IOS              1000 src/CodeGen_ARM.cpp         if (target.os == Target::IOS || target.os == Target::OSX) {
IOS              1014 src/CodeGen_ARM.cpp           (target.os == Target::IOS && !target.has_feature(Target::ARMv7s))));
IOS                28 src/CodeGen_OpenGL_Dev.cpp             target.os == Target::IOS);
IOS               248 src/LLVM_Runtime_Linker.cpp             if (target.os == Target::IOS) {
IOS               254 src/LLVM_Runtime_Linker.cpp             if (target.os == Target::IOS) {
IOS               322 src/LLVM_Runtime_Linker.cpp         } else if (target.os == Target::IOS) {
IOS               325 src/LLVM_Runtime_Linker.cpp             triple.setOS(llvm::Triple::IOS);
IOS               346 src/LLVM_Runtime_Linker.cpp         } else if (target.os == Target::IOS) {
IOS               347 src/LLVM_Runtime_Linker.cpp             triple.setOS(llvm::Triple::IOS);
IOS               678 src/LLVM_Runtime_Linker.cpp             } else if (t.os == Target::IOS) {
IOS               186 src/Target.cpp     {"ios", Target::IOS},
IOS                80 tutorial/lesson_11_cross_compilation.cpp     target.os = Target::IOS;