| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Fuchsia.cpp | 36 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 D | Fuchsia.h | 38 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 D | TargetCXXABI.h | 99 case Fuchsia: in isSupportedCXXABI() 166 case Fuchsia: in areMemberFunctionsAligned() 243 case Fuchsia: in canKeyFunctionBeInline() 298 case Fuchsia: in getTailPaddingUseRules()
|
| H A D | TargetCXXABI.def | 106 /// 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 D | index.rst | 21 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 D | Fuchsia.cmake | 1 # 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 D | Fuchsia-stage2.cmake | 1 # 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 D | fuchsia.ll | 1 ; Check HWASan shadow mapping on Fuchsia.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/fuchsia/ |
| H A D | virtual-inheritance.rst | 14 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
| H A D | default-arguments-declarations.rst | 16 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
| H A D | overloaded-operator.rst | 18 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
| H A D | default-arguments-calls.rst | 22 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
| H A D | trailing-return.rst | 35 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
| H A D | multiple-inheritance.rst | 46 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
| H A D | statically-constructed-objects.rst | 43 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 D | config-ix.cmake | 695 (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 D | CMakeLists.txt | 62 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 D | Targets.cpp | 146 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 D | LeakSanitizer.rst | 50 * Fuchsia aarch64/x86_64
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | CMakeLists.txt | 56 ToolChains/Fuchsia.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Driver/ |
| H A D | BUILD.gn | 72 "ToolChains/Fuchsia.cpp",
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 189 Fuchsia, enumerator 539 return getOS() == Triple::Fuchsia; in isOSFuchsia()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 244 case llvm::Triple::Fuchsia: in AddDefaultCIncludePaths() 353 case llvm::Triple::Fuchsia: in AddDefaultCIncludePaths()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | misexpect-branch-unpredictable.ll | 78 !1 = !{!"Fuchsia clang version 10.0.0 (153b453014c94291c8c6cf6320b2f46df40f26f3) (based on LLVM 10.…
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | CMakeLists.txt | 54 # Set this explicitly on Fuchsia, otherwise the default value is set to HWASAN_WITH_INTERCEPTORS.
|