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

/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/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h90 Linux, enumerator in enum:llvm::Triple::OSType
/external/clang/lib/Driver/
H A DToolChains.h823 class LLVM_LIBRARY_VISIBILITY Linux : public Generic_ELF { class in namespace:clang::driver::toolchains
825 Linux(const Driver &D, const llvm::Triple &Triple,
855 class LLVM_LIBRARY_VISIBILITY CudaToolChain : public Linux {
885 class LLVM_LIBRARY_VISIBILITY MipsLLVMToolChain : public Linux {
929 class LLVM_LIBRARY_VISIBILITY HexagonToolChain : public Linux {
H A DToolChains.cpp1281 Generic_GCC::GCCVersion Linux::GCCVersion::Parse(StringRef VersionText) {
2391 TargetTriple.getOS() == llvm::Triple::Linux &&
2396 TargetTriple.getOS() == llvm::Triple::Linux &&
2401 TargetTriple.getOS() == llvm::Triple::Linux &&
2677 // Linux.
2800 (getTriple().getOS() == llvm::Triple::Linux &&
2815 : Linux(D, Triple, Args) {
3009 : Linux(D, Triple, Args) {
3021 // Remove paths added by Linux toolchain. Currently Hexagon_TC really targets
3022 // 'elf' OS type, so the Linux path
4038 Linux::Linux(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) function in class:Linux
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h149 Linux, enumerator in enum:llvm::Triple::OSType
532 /// Tests whether the OS is Linux.
534 return getOS() == Triple::Linux;
544 return getOS() == Triple::Linux || getOS() == Triple::KFreeBSD;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTriple.h154 Linux, enumerator in enum:llvm::Triple::OSType
549 /// Tests whether the OS is Linux.
551 return getOS() == Triple::Linux;
561 return getOS() == Triple::Linux || getOS() == Triple::KFreeBSD;

Completed in 392 milliseconds