Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h50 struct ModuleID { struct
65 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/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.cpp905 SmallString<64> ModuleID; in makeModuleCtorFunction() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp94 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
1477 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
H A DThinLTOCodeGenerator.cpp363 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1209 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); in ExecuteAction() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp269 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
273 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10398 unsigned ModuleID = Lex.getUIntVal(); in parseModuleReference() local