HomeSort by relevance Sort by last modified time
    Searched full:addmodule (Results 26 - 50 of 67) sorted by null

12 3

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 82 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
88 OwnedModules.addModule(std::move(First));
104 void MCJIT::addModule(std::unique_ptr<Module> M) {
106 OwnedModules.addModule(std::move(M));
MCJIT.h 98 void addModule(std::unique_ptr<Module> M) {
217 void addModule(std::unique_ptr<Module> M) override;
  /external/llvm/tools/lli/
OrcLazyJIT.cpp 172 auto MainHandle = J.addModule(std::move(M));
OrcLazyJIT.h 68 ModuleHandleT addModule(std::unique_ptr<Module> M) {
lli.cpp 364 EE->addModule(std::move(M));
500 EE->addModule(std::move(XMod));
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 311 } else if (!CodeGen.addModule(Module.get())) {
312 // Print a message here so that we know addModule() did not abort.
  /external/llvm/bindings/go/llvm/
executionengine.go 149 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
  /external/llvm/docs/tutorial/
LangImpl4.rst 250 ``addModule`` adds an LLVM IR module to the JIT, making its functions
267 auto H = TheJIT->addModule(std::move(TheModule));
284 the top-level expression to the JIT. We do this by calling addModule, which
461 TheJIT->addModule(std::move(TheModule));
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 69 bool addModule(struct LTOModule *);
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
webcomponents.js     [all...]
webcomponents.min.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
webcomponents.js     [all...]
webcomponents.min.js     [all...]
  /external/clang/include/clang/Serialization/
ModuleManager.h 214 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 253 unwrap(EE)->addModule(std::unique_ptr<Module>(unwrap(M)));
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 151 void addModule(std::unique_ptr<Module> M) override {
  /external/llvm/lib/IR/
LLVMContext.cpp 143 void LLVMContext::addModule(Module *M) {
  /external/llvm/tools/lto/
lto.cpp 326 return !unwrap(cg)->addModule(unwrap(mod));
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 554 TheJIT->addModule(std::move(TheModule));
583 auto H = TheJIT->addModule(std::move(TheModule));
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py 873 def addmodule(self, module, name, star_imported): member in class:CodeNameMapper
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 873 def addmodule(self, module, name, star_imported): member in class:CodeNameMapper
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 57 ModuleManager::addModule(StringRef FileName, ModuleKind Type,

Completed in 783 milliseconds

12 3