Searched refs:NaCl (Results 1 – 25 of 37) sorted by relevance
12
/external/v8/build/toolchain/ |
D | nacl_toolchain.gni | 8 # This template defines a NaCl toolchain. 59 # We do not support component builds or sanitizers with the NaCl toolchains. 63 # We do not support tcmalloc in the NaCl toolchains.
|
D | gcc_toolchain.gni | 84 # Whether NaCl code is built using Glibc instead of Newlib. 226 # POSIX-like toolchains such as NaCl on Windows).
|
/external/llvm/test/CodeGen/Mips/ |
D | nacl-branch-delay.ll | 20 ; We first make sure that for non-NaCl targets branch-delay slot contains 35 ; For NaCl, check that branch-delay slot doesn't contain dangerous instructions. 64 ; For NaCl, check that branch-delay slot doesn't contain dangerous instructions.
|
D | nacl-reserved-regs.ll | 42 ; Check that t6, t7 and t8 are used in non-NaCl code. 47 ; t6, t7 and t8 are reserved in NaCl.
|
D | nacl-align.ll | 5 ; This test tests that NaCl functions are bundle-aligned. 62 ; This test tests that a block whose address is taken is bundle-aligned in NaCl.
|
D | longbranch.ll | 132 ; Check the NaCl version. Check that sp change is not in the branch delay slot
|
D | fastcc.ll | 106 ; t6, t7 and t8 are reserved in NaCl and cannot be used for fastcc. 150 ; t6, t7 and t8 are reserved in NaCl and cannot be used for fastcc.
|
/external/v8/build/config/nacl/ |
D | BUILD.gn | 36 # Some NaCl code uses forward declarations of static const variables, 46 # The base target that all targets in the NaCl build should depend on. 47 # This allows configs to be modified for everything in the NaCl build, even when 48 # the NaCl build is composed into the Chrome build. (GN has no functionality to
|
D | rules.gni | 94 # x86-32 Windows needs to build both x86-32 and x86-64 NaCl
|
/external/llvm/test/CodeGen/X86/ |
D | x86-64-baseptr.ll | 3 ; This should run with NaCl as well ( -mtriple=x86_64-pc-nacl ) but currently doesn't due to PR22655 6 ; This should be rbx for x64 and 64-bit NaCl and ebx for x32
|
/external/autotest/client/site_tests/security_mprotect/ |
D | control | 19 which NaCl needs for shared memory objects.
|
/external/v8/build/ |
D | common_untrusted.gypi | 6 # using the NaCl toolchain.
|
/external/v8/build/config/ |
D | crypto.gni | 16 # verification. On NaCl, verification isn't supported. On other targets, this
|
D | BUILD.gn | 299 # NaCl always enables dynamic annotations. Currently this value is set to
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 152 NaCl, // Native Client enumerator 508 return getOS() == Triple::NaCl; in isOSNaCl()
|
/external/libyuv/files/ |
D | BUILD.gn | 108 # Always enable optimization under NaCl to workaround crbug.com/538243 .
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 217 case llvm::Triple::NaCl: in AddDefaultCIncludePaths() 321 case llvm::Triple::NaCl: in AddDefaultCIncludePaths()
|
/external/v8/gypfiles/ |
D | toolchain.gypi | 46 # for NaCl JIT support. The nacl_target_arch variable provides 49 # NaCl V8 builds stop using the ARM simulator 1194 # TODO(crbug.com/272548): Avoid -O3 in NaCl 1313 # TODO(crbug.com/272548): Avoid -O3 in NaCl
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 176 case NaCl: return "nacl"; in getOSTypeName() 433 .StartsWith("nacl", Triple::NaCl) in parseOS() 1428 case llvm::Triple::NaCl: in getARMCPUForArch()
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 725 # TODO(bradchen): enable more tests for NaCl V8 when it stops using 729 # There is no /tmp directory for NaCl runs 738 # NaCl builds have problems with this test since Pepper_28. 747 # Poor performance for NaCl V8 causes an assertion failure for this test. 750 # Skip long running test that times out in debug mode and goes OOM on NaCl.
|
/external/libcxx/include/ |
D | __config | 127 // NaCl's sandbox (which PNaCl also runs in) doesn't allow filesystem access, 129 // std::random_device is instead exposed through a NaCl syscall.
|
/external/llvm/lib/Target/ARM/ |
D | ARM.td | 162 // Special TRAP encoding for NaCl, which looks like a TRAP in Thumb too. 165 "NaCl trap">;
|
/external/v8/build/config/compiler/ |
D | BUILD.gn | 380 # TODO(mcgrathr) - the NaCl GCC toolchain doesn't support either gnu++11 968 # NaCl's Clang compiler and Chrome's hermetic Clang compiler will almost 972 # Flags NaCl (Clang 3.7) does not recognize. 1305 # The NaCl IRT is a special case and always wants its own config. 1343 # The NaCl IRT is a special case and always wants its own config.
|
/external/v8/build/toolchain/nacl/ |
D | BUILD.gn | 241 # how Chromium itself is being built (or other NaCl executables).
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 7542 case llvm::Triple::NaCl: in AllocateTarget() 7578 case llvm::Triple::NaCl: in AllocateTarget() 7615 case llvm::Triple::NaCl: in AllocateTarget() 7655 case llvm::Triple::NaCl: in AllocateTarget() 7822 case llvm::Triple::NaCl: in AllocateTarget() 7870 case llvm::Triple::NaCl: in AllocateTarget()
|
12