Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h34 typedef uintptr_t ModuleID; typedef
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp249 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
264 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp521 SmallString<64> ModuleID; in makeModuleCtorFunction() local
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp71 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
1000 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
H A DThinLTOCodeGenerator.cpp298 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModule.h184 std::string ModuleID; ///< Human readable identifier for the module variable
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp222 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
226 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp8358 unsigned ModuleID = Lex.getUIntVal(); in ParseModuleReference() local