Home
last modified time | relevance | path

Searched refs:Fuchsia (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFuchsia.cpp36 const toolchains::Fuchsia &ToolChain = in ConstructJob()
37 static_cast<const toolchains::Fuchsia &>(getToolChain()); in ConstructJob()
193 Fuchsia::Fuchsia(const Driver &D, const llvm::Triple &Triple, in Fuchsia() function in Fuchsia
304 Tool *Fuchsia::buildLinker() const { in buildLinker()
308 ToolChain::RuntimeLibType Fuchsia::GetRuntimeLibType( in GetRuntimeLibType()
321 Fuchsia::GetCXXStdlibType(const ArgList &Args) const { in GetCXXStdlibType()
332 void Fuchsia::addClangTargetOptions(const ArgList &DriverArgs, in addClangTargetOptions()
340 void Fuchsia::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs()
415 void Fuchsia::AddCXXStdlibLibArgs(const ArgList &Args, in AddCXXStdlibLibArgs()
429 SanitizerMask Fuchsia::getSupportedSanitizers() const { in getSupportedSanitizers()
[all …]
H A DFuchsia.h38 class LLVM_LIBRARY_VISIBILITY Fuchsia : public ToolChain {
40 Fuchsia(const Driver &D, const llvm::Triple &Triple,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetCXXABI.h99 case Fuchsia: in isSupportedCXXABI()
166 case Fuchsia: in areMemberFunctionsAligned()
243 case Fuchsia: in canKeyFunctionBeInline()
298 case Fuchsia: in getTailPaddingUseRules()
H A DTargetCXXABI.def106 /// The Fuchsia ABI is a modified version of the Itanium ABI.
110 ITANIUM_CXXABI(Fuchsia, "fuchsia")
/llvm-project-15.0.7/libc/docs/
H A Dindex.rst21 pieces will work on Linux, MacOS, Windows, and Fuchsia.
39 functions in llvm-libc have been tested on Windows. The Fuchsia platform is
/llvm-project-15.0.7/clang/cmake/caches/
H A DFuchsia.cmake1 # This file sets up a CMakeCache for a Fuchsia toolchain build.
5 set(PACKAGE_VENDOR Fuchsia CACHE STRING "")
152 -C ${CMAKE_CURRENT_LIST_DIR}/Fuchsia-stage2.cmake
H A DFuchsia-stage2.cmake1 # This file sets up a CMakeCache for the second stage of a Fuchsia toolchain build.
5 set(PACKAGE_VENDOR Fuchsia CACHE STRING "")
155 set(BUILTINS_${target}_CMAKE_SYSTEM_NAME Fuchsia CACHE STRING "")
169 set(RUNTIMES_${target}_CMAKE_SYSTEM_NAME Fuchsia CACHE STRING "")
/llvm-project-15.0.7/llvm/test/Instrumentation/HWAddressSanitizer/
H A Dfuchsia.ll1 ; Check HWASan shadow mapping on Fuchsia.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/fuchsia/
H A Dvirtual-inheritance.rst14 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
H A Ddefault-arguments-declarations.rst16 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
H A Doverloaded-operator.rst18 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
H A Ddefault-arguments-calls.rst22 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
H A Dtrailing-return.rst35 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
H A Dmultiple-inheritance.rst46 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
H A Dstatically-constructed-objects.rst43 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
/llvm-project-15.0.7/compiler-rt/cmake/
H A Dconfig-ix.cmake695 (OS_NAME MATCHES "Android|Darwin|Linux|FreeBSD|NetBSD|Fuchsia|SunOS" OR
731 OS_NAME MATCHES "Android|Darwin|Linux|NetBSD|Fuchsia")
745 OS_NAME MATCHES "Linux|Android|Fuchsia")
759 OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows|Android|Fuchsia|SunOS|NetBSD|AIX")
784 OS_NAME MATCHES "Darwin|Linux|FreeBSD|NetBSD|Windows|Android|Fuchsia|SunOS")
810 #TODO(kostyak): add back Android & Fuchsia when the code settles a bit.
819 OS_NAME MATCHES "Linux|Fuchsia")
826 OS_NAME MATCHES "Darwin|Linux|FreeBSD|NetBSD|Fuchsia")
839 OS_NAME MATCHES "Android|Darwin|Linux|NetBSD|FreeBSD|Fuchsia|Windows")
852 # Note: Fuchsia and Windows are not currently supported by GWP-ASan. Support
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DCMakeLists.txt62 if(OS_NAME MATCHES "Linux|Fuchsia" AND
138 if(OS_NAME MATCHES "Linux|Fuchsia" AND
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargets.cpp146 case llvm::Triple::Fuchsia: in AllocateTarget()
170 case llvm::Triple::Fuchsia: in AllocateTarget()
421 case llvm::Triple::Fuchsia: in AllocateTarget()
513 case llvm::Triple::Fuchsia: in AllocateTarget()
572 case llvm::Triple::Fuchsia: in AllocateTarget()
/llvm-project-15.0.7/clang/docs/
H A DLeakSanitizer.rst50 * Fuchsia aarch64/x86_64
/llvm-project-15.0.7/clang/lib/Driver/
H A DCMakeLists.txt56 ToolChains/Fuchsia.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Driver/
H A DBUILD.gn72 "ToolChains/Fuchsia.cpp",
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h189 Fuchsia, enumerator
539 return getOS() == Triple::Fuchsia; in isOSFuchsia()
/llvm-project-15.0.7/clang/lib/Lex/
H A DInitHeaderSearch.cpp244 case llvm::Triple::Fuchsia: in AddDefaultCIncludePaths()
353 case llvm::Triple::Fuchsia: in AddDefaultCIncludePaths()
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/
H A Dmisexpect-branch-unpredictable.ll78 !1 = !{!"Fuchsia clang version 10.0.0 (153b453014c94291c8c6cf6320b2f46df40f26f3) (based on LLVM 10.…
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A DCMakeLists.txt54 # Set this explicitly on Fuchsia, otherwise the default value is set to HWASAN_WITH_INTERCEPTORS.

12