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

  /external/llvm/include/llvm/
LLVMContext.h 94 /// addModule - Register a module as being instantiated in this context. If
96 void addModule(Module*);
  /external/clang/include/clang/Serialization/
ModuleManager.h 106 addModule(StringRef FileName, ModuleKind Type, ModuleFile *ImportedBy,
  /external/llvm/tools/lto/
LTOCodeGenerator.h 42 bool addModule(struct LTOModule*, std::string &errMsg);
lto.cpp 145 return cg->addModule(mod, sLastErrorString);
LTOCodeGenerator.cpp 83 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) {
  /external/llvm/lib/VMCore/
LLVMContext.cpp 59 void LLVMContext::addModule(Module *M) {
Module.cpp 49 Context.addModule(this);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 109 virtual void addModule(Module *M);
JIT.cpp 331 /// addModule - Add a new Module to the JIT. If we previously removed the last
333 void JIT::addModule(Module *M) {
354 ExecutionEngine::addModule(M);
  /external/clang/lib/Serialization/
ModuleManager.cpp 37 ModuleManager::addModule(StringRef FileName, ModuleKind Type,
ASTReader.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 204 unwrap(EE)->addModule(unwrap(M));
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 207 /// addModule - Add a Module to the list of modules that we can JIT from.
210 virtual void addModule(Module *M) {
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 1212 milliseconds