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

/external/clang/lib/Driver/
H A DToolChains.h527 class LLVM_LIBRARY_VISIBILITY OpenBSD : public Generic_ELF { class in namespace:clang::driver::toolchains
529 OpenBSD(const Driver &D, const llvm::Triple &Triple,
H A DToolChains.cpp2474 /// OpenBSD - OpenBSD tool chain which can call as(1) and ld(1) directly.
2476 OpenBSD::OpenBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) function in class:OpenBSD
2482 Tool *OpenBSD::buildAssembler() const {
2486 Tool *OpenBSD::buildLinker() const {
/external/llvm/include/llvm/ADT/
H A DTriple.h111 OpenBSD, enumerator in enum:llvm::Triple::OSType

Completed in 1587 milliseconds