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

1 2 3 4 5

  /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(std::move(B));
118 TheJIT->addModule(std::move(B));
139 TheJIT->addModule(std::move(B));
160 TheJIT->addModule(std::move(B));
181 TheJIT->addModule(std::move(B));
221 TheJIT->addModule(std::move(B))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 45 void addModule(Module *M);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 45 void addModule(Module *M);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 45 void addModule(Module *M);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 45 void addModule(Module *M);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 45 void addModule(Module *M);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 45 void addModule(Module *M);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 45 void addModule(Module *M);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 45 void addModule(Module *M);
  /external/swiftshader/third_party/LLVM/include/llvm/
LLVMContext.h 91 /// addModule - Register a module as being instantiated in this context. If
93 void addModule(Module*);
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 57 ModuleHandle addModule(std::unique_ptr<Module> M) {
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.h 37 bool addModule(struct LTOModule*, std::string& errMsg);
lto.cpp 211 return cg->addModule(mod, sLastErrorString);
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 67 ModuleHandle addModule(std::unique_ptr<Module> M) {
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 77 ModuleHandle addModule(std::unique_ptr<Module> M) {
  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 56 ModuleHandleT addModule(std::unique_ptr<Module> M) {
  /external/llvm/include/llvm/IR/
LLVMContext.h 243 /// addModule - Register a module as being instantiated in this context. If
245 void addModule(Module*);
  /external/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 73 bool addModule(struct LTOModule *);
ThinLTOCodeGenerator.h 55 void addModule(StringRef Identifier, StringRef Data);
  /external/llvm/tools/lli/
OrcLazyJIT.cpp 146 auto MainHandle = J.addModule(std::move(M));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContext.cpp 49 void LLVMContext::addModule(Module *M) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
LLVMContext.h 270 /// addModule - Register a module as being instantiated in this context. If
272 void addModule(Module*);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 271 /// addModule - Register a module as being instantiated in this context. If
273 void addModule(Module*);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 271 /// addModule - Register a module as being instantiated in this context. If
273 void addModule(Module*);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 271 /// addModule - Register a module as being instantiated in this context. If
273 void addModule(Module*);

Completed in 459 milliseconds

1 2 3 4 5