Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h49 struct ModuleID { struct
64 bool operator==(const ModuleID &Other) const { argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h36 typedef uintptr_t ModuleID; typedef
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp121 std::string lookupModuleOutput(const ModuleID &, in getP1689ModuleDependencyFile()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp313 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
329 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h194 std::string ModuleID; ///< Human readable identifier for the module variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp892 SmallString<64> ModuleID; in makeModuleCtorFunction() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp91 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
1460 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
H A DThinLTOCodeGenerator.cpp362 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1173 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); in ExecuteAction() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp249 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
253 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9927 unsigned ModuleID = Lex.getUIntVal(); in parseModuleReference() local