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

/external/clang/lib/Driver/
H A DToolChains.h574 class LLVM_LIBRARY_VISIBILITY FreeBSD : public Generic_ELF { class in namespace:clang::driver::toolchains
576 FreeBSD(const Driver &D, const llvm::Triple &Triple,
H A DToolChains.cpp2565 /// FreeBSD - FreeBSD tool chain which can call as(1) and ld(1) directly.
2567 FreeBSD::FreeBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) function in class:FreeBSD
2581 FreeBSD::GetCXXStdlibType(const ArgList &Args) const {
2597 void FreeBSD::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs,
2617 Tool *FreeBSD::buildAssembler() const {
2621 Tool *FreeBSD::buildLinker() const {
2625 bool FreeBSD::UseSjLjExceptions() const {
2626 // FreeBSD use
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h103 FreeBSD, enumerator in enum:llvm::Triple::OSType
343 return getOS() == Triple::FreeBSD;

Completed in 175 milliseconds