Home
last modified time | relevance | path

Searched refs:NaCl (Results 1 – 25 of 37) sorted by relevance

12

/external/v8/build/toolchain/
Dnacl_toolchain.gni8 # 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.
Dgcc_toolchain.gni84 # Whether NaCl code is built using Glibc instead of Newlib.
226 # POSIX-like toolchains such as NaCl on Windows).
/external/llvm/test/CodeGen/Mips/
Dnacl-branch-delay.ll20 ; 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.
Dnacl-reserved-regs.ll42 ; Check that t6, t7 and t8 are used in non-NaCl code.
47 ; t6, t7 and t8 are reserved in NaCl.
Dnacl-align.ll5 ; 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.
Dlongbranch.ll132 ; Check the NaCl version. Check that sp change is not in the branch delay slot
Dfastcc.ll106 ; 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/
DBUILD.gn36 # 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
Drules.gni94 # x86-32 Windows needs to build both x86-32 and x86-64 NaCl
/external/llvm/test/CodeGen/X86/
Dx86-64-baseptr.ll3 ; 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/
Dcontrol19 which NaCl needs for shared memory objects.
/external/v8/build/
Dcommon_untrusted.gypi6 # using the NaCl toolchain.
/external/v8/build/config/
Dcrypto.gni16 # verification. On NaCl, verification isn't supported. On other targets, this
DBUILD.gn299 # NaCl always enables dynamic annotations. Currently this value is set to
/external/llvm/include/llvm/ADT/
DTriple.h152 NaCl, // Native Client enumerator
508 return getOS() == Triple::NaCl; in isOSNaCl()
/external/libyuv/files/
DBUILD.gn108 # Always enable optimization under NaCl to workaround crbug.com/538243 .
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp217 case llvm::Triple::NaCl: in AddDefaultCIncludePaths()
321 case llvm::Triple::NaCl: in AddDefaultCIncludePaths()
/external/v8/gypfiles/
Dtoolchain.gypi46 # 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/
DTriple.cpp176 case NaCl: return "nacl"; in getOSTypeName()
433 .StartsWith("nacl", Triple::NaCl) in parseOS()
1428 case llvm::Triple::NaCl: in getARMCPUForArch()
/external/v8/test/mjsunit/
Dmjsunit.status725 # 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__config127 // 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/
DARM.td162 // Special TRAP encoding for NaCl, which looks like a TRAP in Thumb too.
165 "NaCl trap">;
/external/v8/build/config/compiler/
DBUILD.gn380 # 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/
DBUILD.gn241 # how Chromium itself is being built (or other NaCl executables).
/external/clang/lib/Basic/
DTargets.cpp7542 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