HomeSort by relevance Sort by last modified time
    Searched refs:mcjit (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/tools/lli/
Makefile 12 LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selectiondag
  /external/llvm/tools/lli/
lli.cpp 26 #include "llvm/ExecutionEngine/MCJIT.h"
71 enum class JITKind { MCJIT, OrcMCJITReplacement, OrcLazy };
85 cl::init(JITKind::MCJIT),
87 clEnumValN(JITKind::MCJIT, "mcjit",
88 "MCJIT"),
90 "orc-mcjit",
91 "Orc-based MCJIT replacement"),
97 // The MCJIT supports building for a target address space separate from
100 cl::opt<bool> RemoteMCJIT("remote-mcjit",
    [all...]
  /external/llvm/tools/llvm-go/
llvm-go.go 62 "mcjit",

Completed in 229 milliseconds