Home | History | Annotate | Download | only in gdb-remote

Lines Matching refs:host_triple

1277 host_triple = m_host_arch.GetTriple();
1278 if (host_triple.getVendor() == llvm::Triple::Apple && host_triple.getOS() == llvm::Triple::Darwin)
1284 host_triple.setOS(llvm::Triple::IOS);
1287 host_triple.setOS(llvm::Triple::MacOSX);