Searched defs:Linux (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Driver/
H A DToolChains.h374 class LLVM_LIBRARY_VISIBILITY Linux : public Generic_ELF { class in namespace:clang::driver::toolchains
376 Linux(const HostInfo &Host, const llvm::Triple& Triple);
H A DToolChains.cpp1338 /// Linux toolchain (very bare-bones at the moment).
1441 else if (Data.startswith("Red Hat Enterprise Linux") &&
1444 else if ((Data.startswith("Red Hat Enterprise Linux") ||
1448 else if ((Data.startswith("Red Hat Enterprise Linux") ||
1734 // Linux.
1749 Linux::Linux(const HostInfo &Host, const llvm::Triple &Triple) function in class:Linux
1855 bool Linux::HasNativeLLVMSupport() const {
1859 Tool &Linux::SelectTool(const Compilation &C, const JobAction &JA,
/external/iproute2/doc/
H A Dip-tunnels.tex5 \Large\bf Tunnels over IP in Linux-2.2
81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling
142 Standard Linux-2.2 kernel supports three flavor of tunnels,
344 \section{Linux and Cisco IOS tunnels.}
347 Essentially, Cisco setup is subset of options, available for Linux.
431 Tunnels are devices, hence all the power of Linux traffic control
/external/llvm/include/llvm/ADT/
H A DTriple.h90 Linux, enumerator in enum:llvm::Triple::OSType

Completed in 861 milliseconds