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

/external/clang/lib/Driver/
H A DToolChains.h593 class LLVM_LIBRARY_VISIBILITY FreeBSD : public Generic_ELF { class in namespace:clang::driver::toolchains
595 FreeBSD(const Driver &D, const llvm::Triple &Triple,
H A DToolChains.cpp2621 /// FreeBSD - FreeBSD tool chain which can call as(1) and ld(1) directly.
2623 FreeBSD::FreeBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) function in class:FreeBSD
2637 FreeBSD::GetCXXStdlibType(const ArgList &Args) const {
2653 void FreeBSD::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs,
2673 Tool *FreeBSD::buildAssembler() const {
2677 Tool *FreeBSD::buildLinker() const {
2681 bool FreeBSD::UseSjLjExceptions() const {
2682 // FreeBSD use
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h128 FreeBSD, enumerator in enum:llvm::Triple::OSType
399 return getOS() == Triple::FreeBSD;

Completed in 135 milliseconds