Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp29 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
56 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal() local
/external/llvm/tools/lli/
Dlli.cpp257 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
272 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchive.cpp243 const std::string& ModuleID, in GetBitcodeSymbols()
/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
911 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp704 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
726 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local
952 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp227 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp82 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
86 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/external/llvm/lib/IR/
DCore.cpp214 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
218 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c124 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c191 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()