HomeSort by relevance Sort by last modified time
    Searched refs:addModule (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMultipleModuleTest.cpp 35 TheJIT->addModule(createEmptyModule("<other module>"));
36 TheJIT->addModule(createEmptyModule("<other other module>"));
78 TheJIT->addModule(createEmptyModule("<other module>"));
79 TheJIT->addModule(createEmptyModule("<other other module>"));
98 TheJIT->addModule(B.release());
118 TheJIT->addModule(B.release());
139 TheJIT->addModule(B.release());
160 TheJIT->addModule(B.release());
181 TheJIT->addModule(B.release());
217 TheJIT->addModule(B.release())
    [all...]
  /external/llvm/include/llvm/IR/
LLVMContext.h 164 /// addModule - Register a module as being instantiated in this context. If
166 void addModule(Module*);
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 67 bool addModule(struct LTOModule*, std::string &errMsg);
  /external/clang/include/clang/Serialization/
ModuleManager.h 189 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 128 void addModule(Module *M) {
241 void addModule(Module *M) override;
MCJIT.cpp 64 OwnedModules.addModule(m);
77 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
104 void MCJIT::addModule(Module *M) {
106 OwnedModules.addModule(M);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 109 void addModule(Module *M) override;
JIT.cpp 177 /// addModule - Add a new Module to the JIT. If we previously removed the last
179 void JIT::addModule(Module *M) {
201 ExecutionEngine::addModule(M);
  /external/llvm/lib/IR/
LLVMContext.cpp 72 void LLVMContext::addModule(Module *M) {
Module.cpp 52 Context.addModule(this);
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 121 if (!CodeGen.addModule(Module.get(), error)) {
  /external/llvm/tools/lto/
lto.cpp 208 return !unwrap(cg)->addModule(unwrap(mod), sLastErrorString);
  /external/llvm/tools/lli/
lli.cpp 372 EE->addModule(M);
527 EE->addModule(XMod);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 208 /// addModule - Add a Module to the list of modules that we can JIT from.
211 virtual void addModule(Module *M) {
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 750 void addModule(Module *M);
980 void MCJITHelper::addModule(Module* M) {
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 55 ModuleManager::addModule(StringRef FileName, ModuleKind Type,
ASTReader.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 282 unwrap(EE)->addModule(unwrap(M));
  /external/llvm/tools/gold/
gold-plugin.cpp 388 if (!CodeGen->addModule(M, Error)) {
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 116 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 495 milliseconds

1 2