Searched defs:ModuleID (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h37 typedef uintptr_t ModuleID; typedef in class:lldb_private::ClangModulesDeclVendor
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp250 const std::string &ModuleID = M->getModuleIdentifier(); variable
265 const std::string &ModuleID = M->getModuleIdentifier(); variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h185 std::string ModuleID; ///< Human readable identifier for the module member in class:llvm::Module
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp691 SmallString<64> ModuleID; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp314 ModuleCacheEntry( StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, const GVSummaryMapTy &DefinedGVSummaries, unsigned OptLevel, bool Freestanding, const TargetMachineBuilder &TMBuilder) argument
H A DLTO.cpp1118 auto ModuleID = BM.getModuleIdentifier(); local
72 computeLTOCacheKey( SmallString<40> &Key, const Config &Conf, const ModuleSummaryIndex &Index, StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, const GVSummaryMapTy &DefinedGlobals, const std::set<GlobalValue::GUID> &CfiFunctionDefs, const std::set<GlobalValue::GUID> &CfiFunctionDecls) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp230 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { argument
234 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, argument

Completed in 99 milliseconds