Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp200 case llvm::Triple::NaCl: in AllocateTarget()
234 case llvm::Triple::NaCl: in AllocateTarget()
273 case llvm::Triple::NaCl: in AllocateTarget()
323 case llvm::Triple::NaCl: in AllocateTarget()
539 case llvm::Triple::NaCl: in AllocateTarget()
593 case llvm::Triple::NaCl: in AllocateTarget()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def117 HANDLE_MDMP_PLATFORM(0x8205, NaCl) // Native Client (NaCl)
/openbsd/gnu/usr.bin/clang/libclangDriver/
H A DMakefile63 NaCl.cpp \
/openbsd/gnu/llvm/clang/lib/Driver/
H A DCMakeLists.txt76 ToolChains/NaCl.cpp
H A DDriver.cpp6086 case llvm::Triple::NaCl: in getToolChain()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Driver/
H A DBUILD.gn92 "ToolChains/NaCl.cpp",
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h207 NaCl, // Native Client enumerator
633 return getOS() == Triple::NaCl; in isOSNaCl()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp235 case llvm::Triple::NaCl: in AddDefaultCIncludePaths()
339 case llvm::Triple::NaCl: in AddDefaultCIncludePaths()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMPredicates.td176 AssemblerPredicate<(all_of FeatureNaClTrap), "NaCl">;
H A DARM.td447 // Special TRAP encoding for NaCl, which looks like a TRAP in Thumb too.
449 // True if NaCl TRAP instruction is generated instead of the regular TRAP.
451 "NaCl trap">;
H A DARMInstrInfo.td2348 * NaCl's OS instead chooses an ARM UDF encoding that's also a UDF in Thumb.
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DARMTargetParser.cpp584 case llvm::Triple::NaCl: in getARMCPUForArch()
H A DTriple.cpp233 case NaCl: return "nacl"; in getOSTypeName()
580 .StartsWith("nacl", Triple::NaCl) in parseOS()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCallingConv.td273 // In NaCl, T6, T7 and T8 are reserved and not available as argument
H A DMipsInstrFPU.td625 // instruction mnemonic) is disallowed under NaCl.
/openbsd/gnu/llvm/libcxx/include/
H A D__config380 // NaCl's sandbox (which PNaCl also runs in) doesn't allow filesystem access,
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp12211 if (Triple.getOS() == llvm::Triple::NaCl) in getTargetCodeGenInfo()