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

/external/clang/lib/Driver/
H A DToolChains.h486 class LLVM_LIBRARY_VISIBILITY FreeBSD : public Generic_ELF { class in namespace:clang::driver::toolchains
488 FreeBSD(const Driver &D, const llvm::Triple &Triple,
H A DToolChains.cpp1807 /// FreeBSD - FreeBSD tool chain which can call as(1) and ld(1) directly.
1809 FreeBSD::FreeBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) function in class:FreeBSD
1822 Tool *FreeBSD::buildAssembler() const {
1826 Tool *FreeBSD::buildLinker() const {
1830 bool FreeBSD::UseSjLjExceptions() const {
1831 // FreeBSD uses SjLj exceptions on ARM oabi.
/external/llvm/include/llvm/ADT/
H A DTriple.h94 FreeBSD, enumerator in enum:llvm::Triple::OSType

Completed in 193 milliseconds