Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h36 typedef uintptr_t ModuleID; typedef
/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h44 struct ModuleID { struct
57 bool operator==(const ModuleID &Other) const { argument
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 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 DDependencyScanningTool.cpp17 llvm::function_ref<std::string(const ModuleID &, ModuleOutputKind)> in getCommandLine()
H A DModuleDepCollector.cpp125 llvm::function_ref<std::string(const ModuleID &, ModuleOutputKind)> in getCanonicalCommandLine()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A 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
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A 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
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp32 static constexpr const char ModuleID[] = "ExegesisInfoTest"; variable
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp318 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 DModule.h194 std::string ModuleID; ///< Human readable identifier for the module variable
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp82 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
1262 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
H A DThinLTOCodeGenerator.cpp360 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDANV.cpp888 SmallString<64> ModuleID; in makeModuleCtorFunction() local
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp1194 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); in ExecuteAction() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp256 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 Dllvm_ocaml.c286 LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp9466 unsigned ModuleID = Lex.getUIntVal(); in parseModuleReference() local