Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
HDModuleDepCollector.h50 struct ModuleID { struct
65 bool operator==(const ModuleID &Other) const { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangModulesDeclVendor.h36 typedef uintptr_t ModuleID; typedef
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDDependencyScanningTool.cpp121 std::string lookupModuleOutput(const ModuleID &, in getP1689ModuleDependencyFile()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp313 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
329 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModule.h194 std::string ModuleID; ///< Human readable identifier for the module variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCUDANV.cpp905 SmallString<64> ModuleID; in makeModuleCtorFunction() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTO.cpp94 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
1477 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
HDThinLTOCodeGenerator.cpp363 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp1209 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); in ExecuteAction() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp269 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
273 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp10398 unsigned ModuleID = Lex.getUIntVal(); in parseModuleReference() local