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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h87 FreeBSD, enumerator in enum:llvm::Triple::OSType
/external/clang/lib/Driver/
H A DToolChains.h752 class LLVM_LIBRARY_VISIBILITY FreeBSD : public Generic_ELF { class in namespace:clang::driver::toolchains
754 FreeBSD(const Driver &D, const llvm::Triple &Triple,
773 // FreeBSD defaults to standalone/full debug info.
H A DToolChains.cpp3458 /// FreeBSD - FreeBSD tool chain which can call as(1) and ld(1) directly.
3460 FreeBSD::FreeBSD(const Driver &D, const llvm::Triple &Triple, function in class:FreeBSD
3474 ToolChain::CXXStdlibType FreeBSD::GetDefaultCXXStdlibType() const {
3480 void FreeBSD::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs,
3500 void FreeBSD::AddCXXStdlibLibArgs(const ArgList &Args,
3516 Tool *FreeBSD::buildAssembler() const {
3520 Tool *FreeBSD::buildLinker() const { return new tools::freebsd::Linker(*this); }
3522 bool FreeBSD
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h146 FreeBSD, enumerator in enum:llvm::Triple::OSType
460 return getOS() == Triple::FreeBSD;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTriple.h150 FreeBSD, enumerator in enum:llvm::Triple::OSType
468 return getOS() == Triple::FreeBSD;
/external/kotlinc/lib/
H A Dkotlin-daemon-client.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-daemon-client.kotlin_module ...

Completed in 515 milliseconds