Home
last modified time | relevance | path

Searched defs:ModuleID (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp40 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
67 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal() local
/external/llvm/tools/lli/
Dlli.cpp267 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
283 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp685 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
707 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local
912 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp709 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
731 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local
1048 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
/external/llvm/lib/IR/
DCore.cpp149 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
153 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c148 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()