Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h45 struct ModuleID { struct
58 bool operator==(const ModuleID &Other) const { argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h36 typedef uintptr_t ModuleID; typedef
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp307 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
323 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h193 std::string ModuleID; ///< Human readable identifier for the module variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp80 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
1222 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
H A DThinLTOCodeGenerator.cpp396 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp878 SmallString<64> ModuleID; in makeModuleCtorFunction() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp247 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
251 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9304 unsigned ModuleID = Lex.getUIntVal(); in parseModuleReference() local