Searched defs:OpenBSD (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h95 OpenBSD, enumerator in enum:llvm::Triple::OSType
/external/clang/lib/Driver/
H A DToolChains.h710 class LLVM_LIBRARY_VISIBILITY OpenBSD : public Generic_ELF { class in namespace:clang::driver::toolchains
712 OpenBSD(const Driver &D, const llvm::Triple &Triple,
H A DToolChains.cpp3381 /// OpenBSD - OpenBSD tool chain which can call as(1) and ld(1) directly.
3383 OpenBSD::OpenBSD(const Driver &D, const llvm::Triple &Triple, function in class:OpenBSD
3390 Tool *OpenBSD::buildAssembler() const {
3394 Tool *OpenBSD::buildLinker() const { return new tools::openbsd::Linker(*this); }
/external/llvm/include/llvm/ADT/
H A DTriple.h153 OpenBSD, enumerator in enum:llvm::Triple::OSType
456 return getOS() == Triple::OpenBSD;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTriple.h158 OpenBSD, enumerator in enum:llvm::Triple::OSType
464 return getOS() == Triple::OpenBSD;

Completed in 274 milliseconds