Searched refs:Fuchsia (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h106 /// The Fuchsia ABI is a modified version of the Itanium ABI.
110 Fuchsia, enumerator in enum:clang::TargetCXXABI::Kind
142 case Fuchsia:
162 case Fuchsia:
193 case Fuchsia:
269 case Fuchsia:
322 case Fuchsia:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFuchsia.cpp1 //===--- Fuchsia.cpp - Fuchsia ToolChain Implementations --------*- C++ -*-===//
9 #include "Fuchsia.h"
35 const toolchains::Fuchsia &ToolChain =
36 static_cast<const toolchains::Fuchsia &>(getToolChain());
165 /// Fuchsia - Fuchsia tool chain which can call as(1) and ld(1) directly.
167 Fuchsia::Fuchsia(const Driver &D, const llvm::Triple &Triple, function in class:Fuchsia
227 std::string Fuchsia
[all...]
H A DFuchsia.h1 //===--- Fuchsia.h - Fuchsia ToolChain Implementations ----------*- C++ -*-===//
37 class LLVM_LIBRARY_VISIBILITY Fuchsia : public ToolChain { class in namespace:clang::driver::toolchains
39 Fuchsia(const Driver &D, const llvm::Triple &Triple,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h165 Fuchsia, enumerator in enum:llvm::Triple::OSType
507 return getOS() == Triple::Fuchsia;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp60 } else if (Triple.getOS() == llvm::Triple::Fuchsia) {
H A DDriver.cpp24 #include "ToolChains/Fuchsia.h"
4853 case llvm::Triple::Fuchsia:
4854 TC = std::make_unique<toolchains::Fuchsia>(*this, Target, Args);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp139 case llvm::Triple::Fuchsia:
163 case llvm::Triple::Fuchsia:
386 case llvm::Triple::Fuchsia:
537 case llvm::Triple::Fuchsia:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp233 case llvm::Triple::Fuchsia:
341 case llvm::Triple::Fuchsia:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp195 case Fuchsia: return "fuchsia";
492 .StartsWith("fuchsia", Triple::Fuchsia)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h793 // Fuchsia Target
812 this->TheCXXABI.set(TargetCXXABI::Fuchsia);
/freebsd-11-stable/lib/clang/libclang/
H A DMakefile318 SRCS_MIN+= Driver/ToolChains/Fuchsia.cpp
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp893 case TargetCXXABI::Fuchsia:
10335 case TargetCXXABI::Fuchsia:
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp533 case TargetCXXABI::Fuchsia:
H A DCodeGenModule.cpp77 case TargetCXXABI::Fuchsia:

Completed in 434 milliseconds