HomeSort by: relevance | last modified time | path
    Searched defs:WebAssembly (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/TargetInfo/
WebAssemblyTargetInfo.h 1 //===-- WebAssemblyTargetInfo.h - WebAssembly Target Impl -------*- C++ -*-===//
10 /// This file registers the WebAssembly target.
24 namespace WebAssembly {
29 } // namespace WebAssembly
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
WebAssemblyUtilities.h 1 //===-- WebAssemblyUtilities - WebAssembly Utility Functions ---*- C++ -*-====//
10 /// This file contains the declaration of the WebAssembly-specific
29 namespace WebAssembly {
35 // linear memory: WebAssembly globals or WebAssembly locals. Loads and stores
75 } // end namespace WebAssembly
WebAssemblyTypeUtilities.h 1 //===-- WebAssemblyTypeUtilities - WebAssembly Type Utilities---*- C++ -*-====//
10 /// This file contains the declaration of the WebAssembly-specific type parsing
23 namespace WebAssembly {
76 } // end namespace WebAssembly
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyFixupKinds.h 1 //=- WebAssemblyFixupKinds.h - WebAssembly Specific Fixup Entries -*- C++ -*-=//
15 namespace WebAssembly {
26 } // end namespace WebAssembly
WebAssemblyMCTargetDesc.h 1 //==- WebAssemblyMCTargetDesc.h - WebAssembly Target Descriptions -*- C++ -*-=//
10 /// This file provides WebAssembly-specific target descriptions.
39 namespace WebAssembly {
84 } // end namespace WebAssembly
118 // Defines symbolic names for WebAssembly registers. This defines a mapping from
124 // Defines symbolic names for the WebAssembly instructions.
130 namespace WebAssembly {
140 case WebAssembly::NAME##_A32: \
141 case WebAssembly::NAME##_A64: \
142 case WebAssembly::NAME##_A32_S:
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssembly.h 1 //===-- WebAssembly.h - Top-level interface for WebAssembly ----*- C++ -*-===//
11 /// the LLVM WebAssembly back-end.
84 namespace WebAssembly {
99 } // end namespace WebAssembly
WebAssemblyISelLowering.h 1 //- WebAssemblyISelLowering.h - WebAssembly DAG Lowering Interface -*- C++ -*-//
10 /// This file defines the interfaces that WebAssembly uses to lower LLVM
132 namespace WebAssembly {
135 } // end namespace WebAssembly
WebAssemblyInstrInfo.h 1 //=- WebAssemblyInstrInfo.h - WebAssembly Instruction Information -*- C++ -*-=//
10 /// This file contains the WebAssembly implementation of the
30 namespace WebAssembly {
WebAssemblySortRegion.cpp 6 using namespace WebAssembly;
9 namespace WebAssembly {
14 } // end namespace WebAssembly
WebAssemblySortRegion.h 1 //===-- WebAssemblySortRegion.h - WebAssembly Sort SortRegion ----*- C++-*-===//
29 namespace WebAssembly {
87 } // end namespace WebAssembly
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
WasmEHFuncInfo.h 26 namespace WebAssembly {
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
WebAssembly.cpp 1 //===--- WebAssembly.cpp - WebAssembly ToolChain Implementation -*- C++ -*-===//
9 #include "WebAssembly.h"
29 std::string WebAssembly::getMultiarchTriple(const Driver &D,
167 WebAssembly::WebAssembly(const Driver &D, const llvm::Triple &Triple,
196 bool WebAssembly::IsMathErrnoDefault() const { return false; }
198 bool WebAssembly::IsObjCNonFragileABIDefault() const { return true; }
200 bool WebAssembly::UseObjCMixedDispatch() const { return true; }
202 bool WebAssembly::isPICDefault() const { return false;
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetBuiltins.h 313 /// WebAssembly builtins
314 namespace WebAssembly {
328 SystemZ::LastTSBuiltin, WebAssembly::LastTSBuiltin});

Completed in 27 milliseconds