Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h36 typedef uintptr_t ModuleID; typedef
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h92 struct ModuleID { struct
107 bool operator==(const ModuleID &Other) const { argument
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp315 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
331 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp103 const Config &Conf, const ModuleSummaryIndex &Index, StringRef ModuleID, in computeLTOCacheKey()
1512 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
1626 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
1720 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
2223 StringRef ModuleID; member
H A DThinLTOCodeGenerator.cpp355 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h191 std::string ModuleID; ///< Human readable identifier for the module variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp970 SmallString<64> ModuleID; in makeModuleCtorFunction() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1237 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); in ExecuteAction() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp276 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
280 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10726 unsigned ModuleID = Lex.getUIntVal(); in parseModuleReference() local