| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.h | 36 typedef uintptr_t ModuleID; typedef
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 44 struct ModuleID { struct 57 bool operator==(const ModuleID &Other) const { argument
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITObjectCacheTest.cpp | 29 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local 56 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal() local
|
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 17 llvm::function_ref<std::string(const ModuleID &, ModuleOutputKind)> in getCommandLine()
|
| H A D | ModuleDepCollector.cpp | 125 llvm::function_ref<std::string(const ModuleID &, ModuleOutputKind)> in getCanonicalCommandLine()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | toy.cpp | 685 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
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A D | toy.cpp | 704 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
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | Assembler.cpp | 32 static constexpr const char ModuleID[] = "ExegesisInfoTest"; variable
|
| /llvm-project-15.0.7/llvm/tools/lli/ |
| H A D | lli.cpp | 318 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local 334 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Module.h | 194 std::string ModuleID; ///< Human readable identifier for the module variable
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTO.cpp | 82 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() 1262 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
|
| H A D | ThinLTOCodeGenerator.cpp | 360 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCUDANV.cpp | 888 SmallString<64> ModuleID; in makeModuleCtorFunction() local
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 1194 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); in ExecuteAction() local
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 256 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() 260 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm_ocaml.c | 286 LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 9466 unsigned ModuleID = Lex.getUIntVal(); in parseModuleReference() local
|